#FBD1D0

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

Shades of Cosmos #FBD1D0

Tints of Cosmos #FBD1D0

Color information

#FBD1D0 (or 0xFBD1D0) is unknown color: approx Cosmos. HEX triplet: FB, D1 and D0. RGB value is (251,209,208). Sum of RGB (Red+Green+Blue) = 251+209+208=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D0 is #042E2F. Grayscale: #DDDDDD. Windows color (decimal): -273968 or 13685243. OLE color: 13685243.

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

Color convert

RGB251209208-
CMYK00.170.170.02
HSL1.4º84.31%90%-
HSV(B)1.4º17.13%98.43%-
XYZ73.9770.6669.42-
YUV221.44120.41149.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 208 (81.64% from 255) = 31.14%
R=37.57%
G=31.29%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120920800.170.170.021.484.3190
HexFBD1D00111121545a
Octal3733213200212121124132
Binary1111101111010001110100000100011000110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1D0; }

 p { color: rgb(251,209,208); }

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

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

 a { background-color: rgb(251,209,208); }

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

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

 span { border-color: rgb(251,209,208); }

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