#FBD5D5

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

Shades of Cosmos #FBD5D5

Tints of Cosmos #FBD5D5

Color information

#FBD5D5 (or 0xFBD5D5) is unknown color: approx Cosmos. HEX triplet: FB, D5 and D5. RGB value is (251,213,213). Sum of RGB (Red+Green+Blue) = 251+213+213=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5D5 is #042A2A. Grayscale: #E0E0E0. Windows color (decimal): -272939 or 14013947. OLE color: 14013947.

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

Color convert

RGB251213213-
CMYK00.150.150.02
HSL82.61%90.98%-
HSV(B)15.14%98.43%-
XYZ75.5972.973.04-
YUV224.36121.59147-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 213 (83.59% from 255) = 31.46%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=37.08%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121321300.150.150.02082.6190.98
HexFBD5D50FF20535b
Octal3733253250171720123133
Binary11111011110101011101010101111111110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5D5; }

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

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

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

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

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

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

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

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