#FBD0CE

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

Shades of Cosmos #FBD0CE

Tints of Cosmos #FBD0CE

Color information

#FBD0CE (or 0xFBD0CE) is unknown color: approx Cosmos. HEX triplet: FB, D0 and CE. RGB value is (251,208,206). Sum of RGB (Red+Green+Blue) = 251+208+206=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0CE is #042F31. Grayscale: #DCDCDC. Windows color (decimal): -274226 or 13553915. OLE color: 13553915.

HSL color Cylindrical-coordinate representation of color #FBD0CE: hue angle of 2.67º 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 #FBD0CE is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251208206-
CMYK00.170.180.02
HSL2.67º84.91%89.61%-
HSV(B)2.67º17.93%98.43%-
XYZ73.4870.0868.05-
YUV220.63119.75149.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=37.74%
G=31.28%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120820600.170.180.022.6784.9189.61
HexFBD0CE0111223555a
Octal3733203160212223125132
Binary11111011110100001100111001000110010101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0CE; }

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

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

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

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

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

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

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

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