#FBD9D5

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

Shades of Cosmos #FBD9D5

Tints of Cosmos #FBD9D5

Color information

#FBD9D5 (or 0xFBD9D5) is unknown color: approx Cosmos. HEX triplet: FB, D9 and D5. RGB value is (251,217,213). Sum of RGB (Red+Green+Blue) = 251+217+213=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9D5 is #04262A. Grayscale: #E2E2E2. Windows color (decimal): -271915 or 14014971. OLE color: 14014971.

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

Color convert

RGB251217213-
CMYK00.140.150.02
HSL6.32º82.61%90.98%-
HSV(B)6.32º15.14%98.43%-
XYZ76.6174.9473.38-
YUV226.71120.26145.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=36.86%
G=31.86%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121721300.140.150.026.3282.6190.98
HexFBD9D50EF26535b
Octal3733313250161726123133
Binary1111101111011001110101010111011111011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9D5; }

 p { color: rgb(251,217,213); }

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

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

 a { background-color: rgb(251,217,213); }

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

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

 span { border-color: rgb(251,217,213); }

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