Html Css Color HEX #FEE8FA Selago

📋 copy color: '#FEE8FA'

red 254 ◦ green 232 ◦ blue 250

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

Shades of Selago #FEE8FA

Tints of Selago #FEE8FA

RGB

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

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

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

R = 34.51%
G = 31.52%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEE8FA (or 0xFEE8FA) is known color: Selago. HEX triplet: FE, E8 and FA. RGB value is (254,232,250). Sum of RGB (Red+Green+Blue) = 254+232+250=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 232 (91.02% from 255 or 31.52% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8FA is #011705. Grayscale: #F0F0F0. Windows color (decimal): -71430 or 16443646. OLE color: 16443646.

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

Color convert

RGB 254 232 250 -
CMYK 0 0.09 0.02 0.00
HSL 310.91º 0.92% 0.95% -
HSV(B) 310.91º 0.09% 1% -
XYZ 86.98 85.69 102.4 -
YUV 240.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 254 232 250 0 0.09 0.02 0.00 310.91 0.92 0.95
Hex FE E8 FA 0 9 2 0 137 5C 5F
Octal 376 350 372 0 11 2 0 467 134 137
Binary 11111110 11101000 11111010 0 1001 10 0 100110111 1011100 1011111

Color Harmonies of #FEE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8FA

Black with #FEE8FA

Text Example


Text Example

White with #FEE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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