#FBD2D0

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

Shades of Cosmos #FBD2D0

Tints of Cosmos #FBD2D0

Color information

#FBD2D0 (or 0xFBD2D0) is unknown color: approx Cosmos. HEX triplet: FB, D2 and D0. RGB value is (251,210,208). Sum of RGB (Red+Green+Blue) = 251+210+208=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2D0 is #042D2F. Grayscale: #DEDEDE. Windows color (decimal): -273712 or 13685499. OLE color: 13685499.

HSL color Cylindrical-coordinate representation of color #FBD2D0: hue angle of 2.79º 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 #FBD2D0 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB251210208-
CMYK00.160.170.02
HSL2.79º84.31%90%-
HSV(B)2.79º17.13%98.43%-
XYZ74.2271.1669.5-
YUV222.03120.08148.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 208 (81.64% from 255) = 31.09%
R=37.52%
G=31.39%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121020800.160.170.022.7984.3190
HexFBD2D00101123545a
Octal3733223200202123124132
Binary11111011110100101101000001000010001101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2D0; }

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

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

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

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

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

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

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

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