Html Css Color HEX #FEE8FC Selago

📋 copy color: '#FEE8FC'

red 254 ◦ green 232 ◦ blue 252

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

Shades of Selago #FEE8FC

Tints of Selago #FEE8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 31.44%

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

R = 34.42%
G = 31.44%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEE8FC (or 0xFEE8FC) is known color: Selago. HEX triplet: FE, E8 and FC. RGB value is (254,232,252). Sum of RGB (Red+Green+Blue) = 254+232+252=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 232 (91.02% from 255 or 31.44% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8FC is #011703. Grayscale: #F0F0F0. Windows color (decimal): -71428 or 16574718. OLE color: 16574718.

HSL color Cylindrical-coordinate representation of color #FEE8FC: hue angle of 305.45º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE8FC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 232 252 -
CMYK 0 0.09 0.01 0.00
HSL 305.45º 0.92% 0.95% -
HSV(B) 305.45º 0.09% 1% -
XYZ 87.3 85.81 104.06 -
YUV 240.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 254 232 252 0 0.09 0.01 0.00 305.45 0.92 0.95
Hex FE E8 FC 0 9 1 0 131 5C 5F
Octal 376 350 374 0 11 1 0 461 134 137
Binary 11111110 11101000 11111100 0 1001 1 0 100110001 1011100 1011111

Color Harmonies of #FEE8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8FC

Black with #FEE8FC

Text Example


Text Example

White with #FEE8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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