Html Css Color HEX #FEE1FA Selago

📋 copy color: '#FEE1FA'

red 254 ◦ green 225 ◦ blue 250

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

Shades of Selago #FEE1FA

Tints of Selago #FEE1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 30.86%

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

R = 34.84%
G = 30.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEE1FA (or 0xFEE1FA) is known color: Selago. HEX triplet: FE, E1 and FA. RGB value is (254,225,250). Sum of RGB (Red+Green+Blue) = 254+225+250=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1FA is #011E05. Grayscale: #ECECEC. Windows color (decimal): -73222 or 16441854. OLE color: 16441854.

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

Color convert

RGB 254 225 250 -
CMYK 0 0.11 0.02 0.00
HSL 308.28º 0.94% 0.94% -
HSV(B) 308.28º 0.11% 1% -
XYZ 85.05 81.82 101.75 -
YUV 236.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 254 225 250 0 0.11 0.02 0.00 308.28 0.94 0.94
Hex FE E1 FA 0 B 2 0 134 5E 5E
Octal 376 341 372 0 13 2 0 464 136 136
Binary 11111110 11100001 11111010 0 1011 10 0 100110100 1011110 1011110

Color Harmonies of #FEE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1FA

Black with #FEE1FA

Text Example


Text Example

White with #FEE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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