#FBC2CA

Color #FBC2CA Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FBC2CA

Tints of Pink #FBC2CA

Color information

#FBC2CA (or 0xFBC2CA) is unknown color: approx Pink. HEX triplet: FB, C2 and CA. RGB value is (251,194,202). Sum of RGB (Red+Green+Blue) = 251+194+202=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2CA is #043D35. Grayscale: #D3D3D3. Windows color (decimal): -277814 or 13288187. OLE color: 13288187.

HSL color Cylindrical-coordinate representation of color #FBC2CA: hue angle of 351.58º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC2CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251194202-
CMYK00.230.200.02
HSL351.58º87.69%87.25%-
HSV(B)351.58º22.71%98.43%-
XYZ69.7463.3664.43-
YUV211.96122.38155.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=38.79%
G=29.98%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119420200.230.200.02351.5887.6987.25
HexFBC2CA0171421605857
Octal373302312027242540130127
Binary111110111100001011001010010111101001010110000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2CA; }

 p { color: rgb(251,194,202); }

 H1.HeaderClassName
 {
   color: #FBC2CA;
 }
 .AnyTagClassName
 {
   color: #FBC2CA;
 }
</style>
background-color css

<style>
 a { background-color: #FBC2CA; }

 a { background-color: rgb(251,194,202); }

 div.DivClassName
 {
   background-color: #FBC2CA;
 }
 .BgClassName
 {
   background-color: #FBC2CA;
 }
</style>
border-color css

<style>
 span { border-color: #FBC2CA; }

 span { border-color: rgb(251,194,202); }

 td.TdClassName
 {
   border-color: #FBC2CA;
 }
 .TagClassName
 {
   border-color: #FBC2CA;
 }
</style>