#FBD4CF

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

Shades of Cosmos #FBD4CF

Tints of Cosmos #FBD4CF

Color information

#FBD4CF (or 0xFBD4CF) is unknown color: approx Cosmos. HEX triplet: FB, D4 and CF. RGB value is (251,212,207). Sum of RGB (Red+Green+Blue) = 251+212+207=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4CF is #042B30. Grayscale: #DFDFDF. Windows color (decimal): -273201 or 13620475. OLE color: 13620475.

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

Color convert

RGB251212207-
CMYK00.160.180.02
HSL6.82º84.62%89.8%-
HSV(B)6.82º17.53%98.43%-
XYZ74.5972.169.02-
YUV223.09118.92147.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=37.46%
G=31.64%
B=30.90%

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
Decimal25121220700.160.180.026.8284.6289.8
HexFBD4CF0101227555a
Octal3733243170202227125132
Binary111110111101010011001111010000100101011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4CF; }

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

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

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

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

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

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

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

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