Html Css Color HEX #FEE5FA Selago

📋 copy color: '#FEE5FA'

red 254 ◦ green 229 ◦ blue 250

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

Shades of Selago #FEE5FA

Tints of Selago #FEE5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.11%

R = 34.65%
G = 31.24%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEE5FA (or 0xFEE5FA) is known color: Selago. HEX triplet: FE, E5 and FA. RGB value is (254,229,250). Sum of RGB (Red+Green+Blue) = 254+229+250=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 229 (89.84% from 255 or 31.24% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FA is #011A05. Grayscale: #EEEEEE. Windows color (decimal): -72198 or 16442878. OLE color: 16442878.

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

Color convert

RGB 254 229 250 -
CMYK 0 0.10 0.02 0.00
HSL 309.6º 0.93% 0.95% -
HSV(B) 309.6º 0.1% 1% -
XYZ 86.15 84.01 102.12 -
YUV 238.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 254 229 250 0 0.10 0.02 0.00 309.6 0.93 0.95
Hex FE E5 FA 0 A 2 0 136 5D 5F
Octal 376 345 372 0 12 2 0 466 135 137
Binary 11111110 11100101 11111010 0 1010 10 0 100110110 1011101 1011111

Color Harmonies of #FEE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5FA

Black with #FEE5FA

Text Example


Text Example

White with #FEE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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