#FCEEFA

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

Shades of Selago #FCEEFA

Tints of Selago #FCEEFA

Color information

#FCEEFA (or 0xFCEEFA) is unknown color: approx Selago. HEX triplet: FC, EE and FA. RGB value is (252,238,250). Sum of RGB (Red+Green+Blue) = 252+238+250=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFA is #031105. Grayscale: #F3F3F3. Windows color (decimal): -200966 or 16445180. OLE color: 16445180.

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

Color convert

RGB252238250-
CMYK00.060.010.01
HSL308.57º70%96.08%-
HSV(B)308.57º5.56%98.82%-
XYZ87.9788.75102.94-
YUV243.55131.64134.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 238 (93.36% from 255) = 32.16%
BLUE value IS 250 (98.05% from 255) = 33.78%
R=34.05%
G=32.16%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223825000.060.010.01308.577096.08
HexFCEEFA06111354660
Octal3743563720611465106140
Binary11111100111011101111101001101110011010110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEFA; }

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

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

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

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

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

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

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

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