Html Css Color HEX #FEE5FF Selago

📋 copy color: '#FEE5FF'

red 254 ◦ green 229 ◦ blue 255

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

Shades of Selago #FEE5FF

Tints of Selago #FEE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.03%

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

R = 34.42%
G = 31.03%
B = 34.55%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEE5FF (or 0xFEE5FF) is known color: Selago. HEX triplet: FE, E5 and FF. RGB value is (254,229,255). Sum of RGB (Red+Green+Blue) = 254+229+255=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 229 (89.84% from 255 or 31.03% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FF is #011A00. Grayscale: #EFEFEF. Windows color (decimal): -72193 or 16770558. OLE color: 16770558.

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

Color convert

RGB 254 229 255 -
CMYK 0.00 0.10 0 0
HSL 297.69º 1% 0.95% -
HSV(B) 297.69º 0.1% 1% -
XYZ 86.94 84.33 106.3 -
YUV 239.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 254 229 255 0.00 0.10 0 0 297.69 1 0.95
Hex FE E5 FF 0 A 0 0 12A 64 5F
Octal 376 345 377 0 12 0 0 452 144 137
Binary 11111110 11100101 11111111 0 1010 0 0 100101010 1100100 1011111

Color Harmonies of #FEE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5FF

Black with #FEE5FF

Text Example


Text Example

White with #FEE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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