#FBD4CE

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

Shades of Cosmos #FBD4CE

Tints of Cosmos #FBD4CE

Color information

#FBD4CE (or 0xFBD4CE) is unknown color: approx Cosmos. HEX triplet: FB, D4 and CE. RGB value is (251,212,206). Sum of RGB (Red+Green+Blue) = 251+212+206=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4CE is #042B31. Grayscale: #DFDFDF. Windows color (decimal): -273202 or 13554939. OLE color: 13554939.

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

Color convert

RGB251212206-
CMYK00.160.180.02
HSL84.91%89.61%-
HSV(B)17.93%98.43%-
XYZ74.4772.0568.38-
YUV222.98118.42147.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=37.52%
G=31.69%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121220600.160.180.02884.9189.61
HexFBD4CE0101228555a
Octal37332431602022210125132
Binary1111101111010100110011100100001001010100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4CE; }

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

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

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

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

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

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

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

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