Html Css Color HEX #F9E4FE Selago

📋 copy color: '#F9E4FE'

red 249 ◦ green 228 ◦ blue 254

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

Shades of Selago #F9E4FE

Tints of Selago #F9E4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.19%

 BLUE value IS 254 (99.61% from 255) = 34.75%

R = 34.06%
G = 31.19%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9E4FE (or 0xF9E4FE) is known color: Selago. HEX triplet: F9, E4 and FE. RGB value is (249,228,254). Sum of RGB (Red+Green+Blue) = 249+228+254=731 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.06% from 731); Green value is 228 (89.45% from 255 or 31.19% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E4FE is #061B01. Grayscale: #EDEDED. Windows color (decimal): -400130 or 16704761. OLE color: 16704761.

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

Color convert

RGB 249 228 254 -
CMYK 0.02 0.10 0 0.00
HSL 288.46º 0.93% 0.95% -
HSV(B) 288.46º 0.1% 1% -
XYZ 84.7 82.78 105.28 -
YUV 237.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 249 228 254 0.02 0.10 0 0.00 288.46 0.93 0.95
Hex F9 E4 FE 2 A 0 0 120 5D 5F
Octal 371 344 376 2 12 0 0 440 135 137
Binary 11111001 11100100 11111110 10 1010 0 0 100100000 1011101 1011111

Color Harmonies of #F9E4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E4FE

Black with #F9E4FE

Text Example


Text Example

White with #F9E4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E4FE; }

 p { color: rgb(249,228,254); }

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

background-color css

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

 a { background-color: rgb(249,228,254); }

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

border-color css

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

 span { border-color: rgb(249,228,254); }

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