#FDEEFC

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

Shades of Selago #FDEEFC

Tints of Selago #FDEEFC

Color information

#FDEEFC (or 0xFDEEFC) is unknown color: approx Selago. HEX triplet: FD, EE and FC. RGB value is (253,238,252). Sum of RGB (Red+Green+Blue) = 253+238+252=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFC is #021103. Grayscale: #F4F4F4. Windows color (decimal): -135428 or 16576253. OLE color: 16576253.

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

Color convert

RGB253238252-
CMYK00.060.000.01
HSL304º78.95%96.27%-
HSV(B)304º5.93%99.22%-
XYZ88.6589.06104.61-
YUV244.08132.47134.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.05%
GREEN value IS 238 (93.36% from 255) = 32.03%
BLUE value IS 252 (98.83% from 255) = 33.92%
R=34.05%
G=32.03%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323825200.060.000.0130478.9596.27
HexFDEEFC06011304f60
Octal3753563740601460117140
Binary11111101111011101111110001100110011000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEFC; }

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

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

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

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

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

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

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

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