#FBD6CF

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

Shades of Cosmos #FBD6CF

Tints of Cosmos #FBD6CF

Color information

#FBD6CF (or 0xFBD6CF) is unknown color: approx Cosmos. HEX triplet: FB, D6 and CF. RGB value is (251,214,207). Sum of RGB (Red+Green+Blue) = 251+214+207=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6CF is #042930. Grayscale: #E0E0E0. Windows color (decimal): -272689 or 13620987. OLE color: 13620987.

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

Color convert

RGB251214207-
CMYK00.150.180.02
HSL9.55º84.62%89.8%-
HSV(B)9.55º17.53%98.43%-
XYZ75.0973.1169.18-
YUV224.26118.26147.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=37.35%
G=31.85%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121420700.150.180.029.5584.6289.8
HexFBD6CF0F122a555a
Octal37332631701722212125132
Binary111110111101011011001111011111001010101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6CF; }

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

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

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

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

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

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

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

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