#FBCAD0

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

Shades of Pink #FBCAD0

Tints of Pink #FBCAD0

Color information

#FBCAD0 (or 0xFBCAD0) is unknown color: approx Pink. HEX triplet: FB, CA and D0. RGB value is (251,202,208). Sum of RGB (Red+Green+Blue) = 251+202+208=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAD0 is #04352F. Grayscale: #D9D9D9. Windows color (decimal): -275760 or 13683451. OLE color: 13683451.

HSL color Cylindrical-coordinate representation of color #FBCAD0: hue angle of 352.65º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAD0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB251202208-
CMYK00.200.170.02
HSL352.65º85.96%88.82%-
HSV(B)352.65º19.52%98.43%-
XYZ72.2967.368.86-
YUV217.33122.73152.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=37.97%
G=30.56%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120220800.200.170.02352.6585.9688.82
HexFBCAD00141121615659
Octal373312320024212541126131
Binary111110111100101011010000010100100011010110000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAD0; }

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

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

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

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

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

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

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

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