Html Css Color HEX #FEE5FC Selago

📋 copy color: '#FEE5FC'

red 254 ◦ green 229 ◦ blue 252

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

Shades of Selago #FEE5FC

Tints of Selago #FEE5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.29%

R = 34.56%
G = 31.16%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEE5FC (or 0xFEE5FC) is known color: Selago. HEX triplet: FE, E5 and FC. RGB value is (254,229,252). Sum of RGB (Red+Green+Blue) = 254+229+252=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 229 (89.84% from 255 or 31.16% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FC is #011A03. Grayscale: #EFEFEF. Windows color (decimal): -72196 or 16573950. OLE color: 16573950.

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

Color convert

RGB 254 229 252 -
CMYK 0 0.10 0.01 0.00
HSL 304.8º 0.93% 0.95% -
HSV(B) 304.8º 0.1% 1% -
XYZ 86.46 84.14 103.78 -
YUV 239.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 254 229 252 0 0.10 0.01 0.00 304.8 0.93 0.95
Hex FE E5 FC 0 A 1 0 131 5D 5F
Octal 376 345 374 0 12 1 0 461 135 137
Binary 11111110 11100101 11111100 0 1010 1 0 100110001 1011101 1011111

Color Harmonies of #FEE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5FC

Black with #FEE5FC

Text Example


Text Example

White with #FEE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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