Html Css Color HEX #FEE7FF Selago

📋 copy color: '#FEE7FF'

red 254 ◦ green 231 ◦ blue 255

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

Shades of Selago #FEE7FF

Tints of Selago #FEE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 31.22%

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

R = 34.32%
G = 31.22%
B = 34.46%

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

#FEE7FF (or 0xFEE7FF) is known color: Selago. HEX triplet: FE, E7 and FF. RGB value is (254,231,255). Sum of RGB (Red+Green+Blue) = 254+231+255=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 231 (90.62% from 255 or 31.22% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7FF is #011800. Grayscale: #F0F0F0. Windows color (decimal): -71681 or 16771070. OLE color: 16771070.

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

Color convert

RGB 254 231 255 -
CMYK 0.00 0.09 0 0
HSL 297.5º 1% 0.95% -
HSV(B) 297.5º 0.09% 1% -
XYZ 87.5 85.44 106.49 -
YUV 240.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 254 231 255 0.00 0.09 0 0 297.5 1 0.95
Hex FE E7 FF 0 9 0 0 12A 64 5F
Octal 376 347 377 0 11 0 0 452 144 137
Binary 11111110 11100111 11111111 0 1001 0 0 100101010 1100100 1011111

Color Harmonies of #FEE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE7FF

Black with #FEE7FF

Text Example


Text Example

White with #FEE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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