#FBD6D4

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

Shades of Cosmos #FBD6D4

Tints of Cosmos #FBD6D4

Color information

#FBD6D4 (or 0xFBD6D4) is unknown color: approx Cosmos. HEX triplet: FB, D6 and D4. RGB value is (251,214,212). Sum of RGB (Red+Green+Blue) = 251+214+212=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6D4 is #04292B. Grayscale: #E0E0E0. Windows color (decimal): -272684 or 13948667. OLE color: 13948667.

HSL color Cylindrical-coordinate representation of color #FBD6D4: hue angle of 3.08º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD6D4 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251214212-
CMYK00.150.160.02
HSL3.08º82.98%90.78%-
HSV(B)3.08º15.54%98.43%-
XYZ75.7173.3672.46-
YUV224.83120.76146.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 214 (83.98% from 255) = 31.61%
BLUE value IS 212 (83.20% from 255) = 31.31%
R=37.08%
G=31.61%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121421200.150.160.023.0882.9890.78
HexFBD6D40F1023535b
Octal3733263240172023123133
Binary1111101111010110110101000111110000101110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6D4; }

 p { color: rgb(251,214,212); }

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

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

 a { background-color: rgb(251,214,212); }

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

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

 span { border-color: rgb(251,214,212); }

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