Html Css Color HEX #FEE5FD Selago

📋 copy color: '#FEE5FD'

red 254 ◦ green 229 ◦ blue 253

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

Shades of Selago #FEE5FD

Tints of Selago #FEE5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.38%

R = 34.51%
G = 31.11%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEE5FD (or 0xFEE5FD) is known color: Selago. HEX triplet: FE, E5 and FD. RGB value is (254,229,253). Sum of RGB (Red+Green+Blue) = 254+229+253=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 229 (89.84% from 255 or 31.11% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FD is #011A02. Grayscale: #EFEFEF. Windows color (decimal): -72195 or 16639486. OLE color: 16639486.

HSL color Cylindrical-coordinate representation of color #FEE5FD: hue angle of 302.4º 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 #FEE5FD is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 253 -
CMYK 0 0.10 0.00 0.00
HSL 302.4º 0.93% 0.95% -
HSV(B) 302.4º 0.1% 1% -
XYZ 86.62 84.2 104.62 -
YUV 239.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 254 229 253 0 0.10 0.00 0.00 302.4 0.93 0.95
Hex FE E5 FD 0 A 0 0 12E 5D 5F
Octal 376 345 375 0 12 0 0 456 135 137
Binary 11111110 11100101 11111101 0 1010 0 0 100101110 1011101 1011111

Color Harmonies of #FEE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5FD

Black with #FEE5FD

Text Example


Text Example

White with #FEE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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