#FBD9D6

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

Shades of Cosmos #FBD9D6

Tints of Cosmos #FBD9D6

Color information

#FBD9D6 (or 0xFBD9D6) is unknown color: approx Cosmos. HEX triplet: FB, D9 and D6. RGB value is (251,217,214). Sum of RGB (Red+Green+Blue) = 251+217+214=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9D6 is #042629. Grayscale: #E2E2E2. Windows color (decimal): -271914 or 14080507. OLE color: 14080507.

HSL color Cylindrical-coordinate representation of color #FBD9D6: hue angle of 4.86º degrees, saturation: 0.82, 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 #FBD9D6 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251217214-
CMYK00.140.150.02
HSL4.86º82.22%91.18%-
HSV(B)4.86º14.74%98.43%-
XYZ76.7374.9974.05-
YUV226.82120.76145.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 214 (83.98% from 255) = 31.38%
R=36.80%
G=31.82%
B=31.38%

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
Decimal25121721400.140.150.024.8682.2291.18
HexFBD9D60EF25525b
Octal3733313260161725122133
Binary1111101111011001110101100111011111010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9D6; }

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

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

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

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

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

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

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

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