#FBD5CD

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

Shades of Cosmos #FBD5CD

Tints of Cosmos #FBD5CD

Color information

#FBD5CD (or 0xFBD5CD) is unknown color: approx Cosmos. HEX triplet: FB, D5 and CD. RGB value is (251,213,205). Sum of RGB (Red+Green+Blue) = 251+213+205=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5CD is #042A32. Grayscale: #DFDFDF. Windows color (decimal): -272947 or 13489659. OLE color: 13489659.

HSL color Cylindrical-coordinate representation of color #FBD5CD: hue angle of 10.43º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBD5CD is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251213205-
CMYK00.150.180.02
HSL10.43º85.19%89.41%-
HSV(B)10.43º18.33%98.43%-
XYZ74.672.5167.82-
YUV223.45117.59147.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=37.52%
G=31.84%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121320500.150.180.0210.4385.1989.41
HexFBD5CD0F122a5559
Octal37332531501722212125131
Binary111110111101010111001101011111001010101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5CD; }

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

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

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

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

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

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

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

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