Html Css Color HEX #F9E0FF Selago

📋 copy color: '#F9E0FF'

red 249 ◦ green 224 ◦ blue 255

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

Shades of Selago #F9E0FF

Tints of Selago #F9E0FF

RGB

 RED value IS 249 (97.66% from 255) = 34.2%

 GREEN value IS 224 (87.89% from 255) = 30.77%

 BLUE value IS 255 (100% from 255) = 35.03%

R = 34.2%
G = 30.77%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9E0FF (or 0xF9E0FF) is known color: Selago. HEX triplet: F9, E0 and FF. RGB value is (249,224,255). Sum of RGB (Red+Green+Blue) = 249+224+255=728 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.20% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9E0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FF is #061F00. Grayscale: #EAEAEA. Windows color (decimal): -401153 or 16769273. OLE color: 16769273.

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

Color convert

RGB 249 224 255 -
CMYK 0.02 0.12 0 0
HSL 288.39º 1% 0.94% -
HSV(B) 288.39º 0.12% 1% -
XYZ 83.77 80.67 105.76 -
YUV 235.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 249 224 255 0.02 0.12 0 0 288.39 1 0.94
Hex F9 E0 FF 2 C 0 0 120 64 5E
Octal 371 340 377 2 14 0 0 440 144 136
Binary 11111001 11100000 11111111 10 1100 0 0 100100000 1100100 1011110

Color Harmonies of #F9E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E0FF

Black with #F9E0FF

Text Example


Text Example

White with #F9E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E0FF; }

 p { color: rgb(249,224,255); }

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

background-color css

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

 a { background-color: rgb(249,224,255); }

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

border-color css

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

 span { border-color: rgb(249,224,255); }

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