#FBD0CD

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

Shades of Cosmos #FBD0CD

Tints of Cosmos #FBD0CD

Color information

#FBD0CD (or 0xFBD0CD) is unknown color: approx Cosmos. HEX triplet: FB, D0 and CD. RGB value is (251,208,205). Sum of RGB (Red+Green+Blue) = 251+208+205=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0CD is #042F32. Grayscale: #DCDCDC. Windows color (decimal): -274227 or 13488379. OLE color: 13488379.

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

Color convert

RGB251208205-
CMYK00.170.180.02
HSL3.91º85.19%89.41%-
HSV(B)3.91º18.33%98.43%-
XYZ73.3670.0367.41-
YUV220.52119.25149.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=37.80%
G=31.33%
B=30.87%

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
Decimal25120820500.170.180.023.9185.1989.41
HexFBD0CD01112245559
Octal3733203150212224125131
Binary111110111101000011001101010001100101010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0CD; }

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

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

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

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

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

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

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

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