#FBCECB

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

Shades of Cosmos #FBCECB

Tints of Cosmos #FBCECB

Color information

#FBCECB (or 0xFBCECB) is unknown color: approx Cosmos. HEX triplet: FB, CE and CB. RGB value is (251,206,203). Sum of RGB (Red+Green+Blue) = 251+206+203=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECB is #043134. Grayscale: #DBDBDB. Windows color (decimal): -274741 or 13356795. OLE color: 13356795.

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

Color convert

RGB251206203-
CMYK00.180.190.02
HSL3.75º85.71%89.02%-
HSV(B)3.75º19.12%98.43%-
XYZ72.6368.9665.98-
YUV219.11118.91150.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=38.03%
G=31.21%
B=30.76%

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
Decimal25120620300.180.190.023.7585.7189.02
HexFBCECB01213245659
Octal3733163130222324126131
Binary111110111100111011001011010010100111010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCECB; }

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

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

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

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

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

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

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

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