#FCEBFB

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

Shades of Selago #FCEBFB

Tints of Selago #FCEBFB

Color information

#FCEBFB (or 0xFCEBFB) is unknown color: approx Selago. HEX triplet: FC, EB and FB. RGB value is (252,235,251). Sum of RGB (Red+Green+Blue) = 252+235+251=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 235 (92.19% from 255 or 31.84% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFB is #031404. Grayscale: #F1F1F1. Windows color (decimal): -201733 or 16509948. OLE color: 16509948.

HSL color Cylindrical-coordinate representation of color #FCEBFB: hue angle of 303.53º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBFB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252235251-
CMYK00.070.000.01
HSL303.53º73.91%95.49%-
HSV(B)303.53º6.75%98.82%-
XYZ87.2787.08103.47-
YUV241.91133.13135.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.15%
GREEN value IS 235 (92.19% from 255) = 31.84%
BLUE value IS 251 (98.44% from 255) = 34.01%
R=34.15%
G=31.84%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223525100.070.000.01303.5373.9195.49
HexFCEBFB07011304a5f
Octal3743533730701460112137
Binary11111100111010111111101101110110011000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBFB; }

 p { color: rgb(252,235,251); }

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

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

 a { background-color: rgb(252,235,251); }

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

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

 span { border-color: rgb(252,235,251); }

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