#FCEFFC

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

Shades of Selago #FCEFFC

Tints of Selago #FCEFFC

Color information

#FCEFFC (or 0xFCEFFC) is unknown color: approx Selago. HEX triplet: FC, EF and FC. RGB value is (252,239,252). Sum of RGB (Red+Green+Blue) = 252+239+252=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 239 (93.75% from 255 or 32.17% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFC is #031003. Grayscale: #F4F4F4. Windows color (decimal): -200708 or 16576508. OLE color: 16576508.

HSL color Cylindrical-coordinate representation of color #FCEFFC: hue angle of 300º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFFC is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252239252-
CMYK00.0500.01
HSL300º68.42%96.27%-
HSV(B)300º5.16%98.82%-
XYZ88.5889.46104.69-
YUV244.37132.31133.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 239 (93.75% from 255) = 32.17%
BLUE value IS 252 (98.83% from 255) = 33.92%
R=33.92%
G=32.17%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223925200.0500.0130068.4296.27
HexFCEFFC050112c4460
Octal3743573740501454104140
Binary11111100111011111111110001010110010110010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFFC; }

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

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

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

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

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

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

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

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