Html Css Color HEX #FEE0FF Selago

📋 copy color: '#FEE0FF'

red 254 ◦ green 224 ◦ blue 255

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

Shades of Selago #FEE0FF

Tints of Selago #FEE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 30.56%

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

R = 34.65%
G = 30.56%
B = 34.79%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEE0FF (or 0xFEE0FF) is known color: Selago. HEX triplet: FE, E0 and FF. RGB value is (254,224,255). Sum of RGB (Red+Green+Blue) = 254+224+255=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 224 (87.89% from 255 or 30.56% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FF is #011F00. Grayscale: #ECECEC. Windows color (decimal): -73473 or 16769278. OLE color: 16769278.

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

Color convert

RGB 254 224 255 -
CMYK 0.00 0.12 0 0
HSL 298.06º 1% 0.94% -
HSV(B) 298.06º 0.12% 1% -
XYZ 85.58 81.6 105.85 -
YUV 236.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 254 224 255 0.00 0.12 0 0 298.06 1 0.94
Hex FE E0 FF 0 C 0 0 12A 64 5E
Octal 376 340 377 0 14 0 0 452 144 136
Binary 11111110 11100000 11111111 0 1100 0 0 100101010 1100100 1011110

Color Harmonies of #FEE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0FF

Black with #FEE0FF

Text Example


Text Example

White with #FEE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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