#FBD1D1

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

Shades of Cosmos #FBD1D1

Tints of Cosmos #FBD1D1

Color information

#FBD1D1 (or 0xFBD1D1) is unknown color: approx Cosmos. HEX triplet: FB, D1 and D1. RGB value is (251,209,209). Sum of RGB (Red+Green+Blue) = 251+209+209=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D1 is #042E2E. Grayscale: #DDDDDD. Windows color (decimal): -273967 or 13750779. OLE color: 13750779.

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

Color convert

RGB251209209-
CMYK00.170.170.02
HSL84%90.2%-
HSV(B)16.73%98.43%-
XYZ74.0970.7170.07-
YUV221.56120.91149-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 209 (82.03% from 255) = 31.24%
R=37.52%
G=31.24%
B=31.24%

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
Decimal25120920900.170.170.0208490.2
HexFBD1D10111120545a
Octal3733213210212120124132
Binary1111101111010001110100010100011000110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1D1; }

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

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

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

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

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

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

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

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