Html Css Color HEX #FEE2FD Selago

📋 copy color: '#FEE2FD'

red 254 ◦ green 226 ◦ blue 253

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

Shades of Selago #FEE2FD

Tints of Selago #FEE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 30.83%

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

R = 34.65%
G = 30.83%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEE2FD (or 0xFEE2FD) is known color: Selago. HEX triplet: FE, E2 and FD. RGB value is (254,226,253). Sum of RGB (Red+Green+Blue) = 254+226+253=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 226 (88.67% from 255 or 30.83% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2FD is #011D02. Grayscale: #EDEDED. Windows color (decimal): -72963 or 16638718. OLE color: 16638718.

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

Color convert

RGB 254 226 253 -
CMYK 0 0.11 0.00 0.00
HSL 302.14º 0.93% 0.94% -
HSV(B) 302.14º 0.11% 1% -
XYZ 85.8 82.56 104.34 -
YUV 237.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 254 226 253 0 0.11 0.00 0.00 302.14 0.93 0.94
Hex FE E2 FD 0 B 0 0 12E 5D 5E
Octal 376 342 375 0 13 0 0 456 135 136
Binary 11111110 11100010 11111101 0 1011 0 0 100101110 1011101 1011110

Color Harmonies of #FEE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2FD

Black with #FEE2FD

Text Example


Text Example

White with #FEE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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