#FBD6D2

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

Shades of Cosmos #FBD6D2

Tints of Cosmos #FBD6D2

Color information

#FBD6D2 (or 0xFBD6D2) is unknown color: approx Cosmos. HEX triplet: FB, D6 and D2. RGB value is (251,214,210). Sum of RGB (Red+Green+Blue) = 251+214+210=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6D2 is #04292D. Grayscale: #E0E0E0. Windows color (decimal): -272686 or 13817595. OLE color: 13817595.

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

Color convert

RGB251214210-
CMYK00.150.160.02
HSL5.85º83.67%90.39%-
HSV(B)5.85º16.33%98.43%-
XYZ75.4673.2671.14-
YUV224.61119.76146.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 210 (82.42% from 255) = 31.11%
R=37.19%
G=31.70%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121421000.150.160.025.8583.6790.39
HexFBD6D20F1026545a
Octal3733263220172026124132
Binary11111011110101101101001001111100001011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6D2; }

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

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

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

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

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

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

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

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