#FBD3CC

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

Shades of Cosmos #FBD3CC

Tints of Cosmos #FBD3CC

Color information

#FBD3CC (or 0xFBD3CC) is unknown color: approx Cosmos. HEX triplet: FB, D3 and CC. RGB value is (251,211,204). Sum of RGB (Red+Green+Blue) = 251+211+204=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3CC is #042C33. Grayscale: #DEDEDE. Windows color (decimal): -273460 or 13423611. OLE color: 13423611.

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

Color convert

RGB251211204-
CMYK00.160.190.02
HSL8.94º85.45%89.22%-
HSV(B)8.94º18.73%98.43%-
XYZ73.9871.4667.02-
YUV222.16117.75148.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=37.69%
G=31.68%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121120400.160.190.028.9485.4589.22
HexFBD3CC01013295559
Octal37332331402023211125131
Binary1111101111010011110011000100001001110100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3CC; }

 p { color: rgb(251,211,204); }

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

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

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

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

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

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

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