#FBD4CD

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

Shades of Cosmos #FBD4CD

Tints of Cosmos #FBD4CD

Color information

#FBD4CD (or 0xFBD4CD) is unknown color: approx Cosmos. HEX triplet: FB, D4 and CD. RGB value is (251,212,205). Sum of RGB (Red+Green+Blue) = 251+212+205=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4CD is #042B32. Grayscale: #DEDEDE. Windows color (decimal): -273203 or 13489403. OLE color: 13489403.

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

Color convert

RGB251212205-
CMYK00.160.180.02
HSL9.13º85.19%89.41%-
HSV(B)9.13º18.33%98.43%-
XYZ74.357267.74-
YUV222.86117.92148.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=37.57%
G=31.74%
B=30.69%

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
Decimal25121220500.160.180.029.1385.1989.41
HexFBD4CD01012295559
Octal37332431502022211125131
Binary1111101111010100110011010100001001010100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4CD; }

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

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

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

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

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

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

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

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