Html Css Color HEX #FEE9FC Selago

📋 copy color: '#FEE9FC'

red 254 ◦ green 233 ◦ blue 252

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

Shades of Selago #FEE9FC

Tints of Selago #FEE9FC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 31.53%

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

R = 34.37%
G = 31.53%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEE9FC (or 0xFEE9FC) is known color: Selago. HEX triplet: FE, E9 and FC. RGB value is (254,233,252). Sum of RGB (Red+Green+Blue) = 254+233+252=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 233 (91.41% from 255 or 31.53% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9FC is #011603. Grayscale: #F1F1F1. Windows color (decimal): -71172 or 16574974. OLE color: 16574974.

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

Color convert

RGB 254 233 252 -
CMYK 0 0.08 0.01 0.00
HSL 305.71º 0.91% 0.95% -
HSV(B) 305.71º 0.08% 1% -
XYZ 87.58 86.38 104.15 -
YUV 241.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 254 233 252 0 0.08 0.01 0.00 305.71 0.91 0.95
Hex FE E9 FC 0 8 1 0 132 5B 5F
Octal 376 351 374 0 10 1 0 462 133 137
Binary 11111110 11101001 11111100 0 1000 1 0 100110010 1011011 1011111

Color Harmonies of #FEE9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE9FC

Black with #FEE9FC

Text Example


Text Example

White with #FEE9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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