#FBD1CD

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

Shades of Cosmos #FBD1CD

Tints of Cosmos #FBD1CD

Color information

#FBD1CD (or 0xFBD1CD) is unknown color: approx Cosmos. HEX triplet: FB, D1 and CD. RGB value is (251,209,205). Sum of RGB (Red+Green+Blue) = 251+209+205=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1CD is #042E32. Grayscale: #DDDDDD. Windows color (decimal): -273971 or 13488635. OLE color: 13488635.

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

Color convert

RGB251209205-
CMYK00.170.180.02
HSL5.22º85.19%89.41%-
HSV(B)5.22º18.33%98.43%-
XYZ73.670.5267.49-
YUV221.1118.91149.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 209 (82.03% from 255) = 31.43%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=37.74%
G=31.43%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120920500.170.180.025.2285.1989.41
HexFBD1CD01112255559
Octal3733213150212225125131
Binary111110111101000111001101010001100101010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1CD; }

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

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

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

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

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

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

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

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