#FBCECC

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

Shades of Cosmos #FBCECC

Tints of Cosmos #FBCECC

Color information

#FBCECC (or 0xFBCECC) is unknown color: approx Cosmos. HEX triplet: FB, CE and CC. RGB value is (251,206,204). Sum of RGB (Red+Green+Blue) = 251+206+204=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECC is #043133. Grayscale: #DBDBDB. Windows color (decimal): -274740 or 13422331. OLE color: 13422331.

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

Color convert

RGB251206204-
CMYK00.180.190.02
HSL2.55º85.45%89.22%-
HSV(B)2.55º18.73%98.43%-
XYZ72.7569.0166.61-
YUV219.23119.41150.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=37.97%
G=31.16%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120620400.180.190.022.5585.4589.22
HexFBCECC01213235559
Octal3733163140222323125131
Binary11111011110011101100110001001010011101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCECC; }

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

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

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

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

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

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

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

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