#FCEEFC

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

Shades of Selago #FCEEFC

Tints of Selago #FCEEFC

Color information

#FCEEFC (or 0xFCEEFC) is unknown color: approx Selago. HEX triplet: FC, EE and FC. RGB value is (252,238,252). Sum of RGB (Red+Green+Blue) = 252+238+252=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 238 (93.36% from 255 or 32.08% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFC is #031103. Grayscale: #F3F3F3. Windows color (decimal): -200964 or 16576252. OLE color: 16576252.

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

Color convert

RGB252238252-
CMYK00.0600.01
HSL300º70%96.08%-
HSV(B)300º5.56%98.82%-
XYZ88.2988.87104.6-
YUV243.78132.64133.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 238 (93.36% from 255) = 32.08%
BLUE value IS 252 (98.83% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223825200.0600.013007096.08
HexFCEEFC060112c4660
Octal3743563740601454106140
Binary11111100111011101111110001100110010110010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEFC; }

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

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

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

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

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

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

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

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