#FCEBFC

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

Shades of Selago #FCEBFC

Tints of Selago #FCEBFC

Color information

#FCEBFC (or 0xFCEBFC) is unknown color: approx Selago. HEX triplet: FC, EB and FC. RGB value is (252,235,252). Sum of RGB (Red+Green+Blue) = 252+235+252=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFC is #031403. Grayscale: #F1F1F1. Windows color (decimal): -201732 or 16575484. OLE color: 16575484.

HSL color Cylindrical-coordinate representation of color #FCEBFC: hue angle of 300º 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 #FCEBFC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252235252-
CMYK00.0700.01
HSL300º73.91%95.49%-
HSV(B)300º6.75%98.82%-
XYZ87.4287.14104.31-
YUV242.02133.63135.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 235 (92.19% from 255) = 31.80%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=34.10%
G=31.80%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223525200.0700.0130073.9195.49
HexFCEBFC070112c4a5f
Octal3743533740701454112137
Binary11111100111010111111110001110110010110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBFC; }

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

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

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

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

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

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

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

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