#FAEEFC

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

Shades of Selago #FAEEFC

Tints of Selago #FAEEFC

Color information

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

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

Color convert

RGB250238252-
CMYK0.010.0600.01
HSL291.43º70%96.08%-
HSV(B)291.43º5.56%98.82%-
XYZ87.5788.5104.56-
YUV243.18132.98132.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502382520.010.0600.01291.437096.08
HexFAEEFC16011234660
Octal3723563741601443106140
Binary11111010111011101111110011100110010001110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEFC; }

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

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

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

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

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

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

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

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