#FBD6D3

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

Shades of Cosmos #FBD6D3

Tints of Cosmos #FBD6D3

Color information

#FBD6D3 (or 0xFBD6D3) is unknown color: approx Cosmos. HEX triplet: FB, D6 and D3. RGB value is (251,214,211). Sum of RGB (Red+Green+Blue) = 251+214+211=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6D3 is #04292C. Grayscale: #E0E0E0. Windows color (decimal): -272685 or 13883131. OLE color: 13883131.

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

Color convert

RGB251214211-
CMYK00.150.160.02
HSL4.5º83.33%90.59%-
HSV(B)4.5º15.94%98.43%-
XYZ75.5973.3171.79-
YUV224.72120.26146.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 211 (82.81% from 255) = 31.21%
R=37.13%
G=31.66%
B=31.21%

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
Decimal25121421100.150.160.024.583.3390.59
HexFBD6D30F1025535b
Octal3733263230172025123133
Binary11111011110101101101001101111100001010110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6D3; }

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

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

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

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

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

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

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

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