Html Css Color HEX #FEE9FF Selago

📋 copy color: '#FEE9FF'

red 254 ◦ green 233 ◦ blue 255

#FEE9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FEE9FF

Tints of Selago #FEE9FF

RGB

 RED value IS 254 (99.61% from 255) = 34.23%

 GREEN value IS 233 (91.41% from 255) = 31.4%

 BLUE value IS 255 (100% from 255) = 34.37%

R = 34.23%
G = 31.4%
B = 34.37%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEE9FF (or 0xFEE9FF) is known color: Selago. HEX triplet: FE, E9 and FF. RGB value is (254,233,255). Sum of RGB (Red+Green+Blue) = 254+233+255=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 233 (91.41% from 255 or 31.40% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9FF is #011600. Grayscale: #F1F1F1. Windows color (decimal): -71169 or 16771582. OLE color: 16771582.

HSL color Cylindrical-coordinate representation of color #FEE9FF: hue angle of 297.27º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE9FF is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 254 233 255 -
CMYK 0.00 0.09 0 0
HSL 297.27º 1% 0.96% -
HSV(B) 297.27º 0.09% 1% -
XYZ 88.06 86.57 106.68 -
YUV 241.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 254 233 255 0.00 0.09 0 0 297.27 1 0.96
Hex FE E9 FF 0 9 0 0 129 64 60
Octal 376 351 377 0 11 0 0 451 144 140
Binary 11111110 11101001 11111111 0 1001 0 0 100101001 1100100 1100000

Color Harmonies of #FEE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE9FF

Black with #FEE9FF

Text Example


Text Example

White with #FEE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE9FF; }

 p { color: rgb(254,233,255); }

 H1.HeaderClassName
 {
   color: #FEE9FF;
 }
 .AnyTagClassName
 {
   color: #FEE9FF;
 }
</style>

background-color css

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

 a { background-color: rgb(254,233,255); }

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

border-color css

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

 span { border-color: rgb(254,233,255); }

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