#FBD2CD

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

Shades of Cosmos #FBD2CD

Tints of Cosmos #FBD2CD

Color information

#FBD2CD (or 0xFBD2CD) is unknown color: approx Cosmos. HEX triplet: FB, D2 and CD. RGB value is (251,210,205). Sum of RGB (Red+Green+Blue) = 251+210+205=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2CD is #042D32. Grayscale: #DDDDDD. Windows color (decimal): -273715 or 13488891. OLE color: 13488891.

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

Color convert

RGB251210205-
CMYK00.160.180.02
HSL6.52º85.19%89.41%-
HSV(B)6.52º18.33%98.43%-
XYZ73.8571.0167.57-
YUV221.69118.58148.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=37.69%
G=31.53%
B=30.78%

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
Decimal25121020500.160.180.026.5285.1989.41
HexFBD2CD01012275559
Octal3733223150202227125131
Binary111110111101001011001101010000100101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2CD; }

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

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

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

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

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

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

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

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