Html Css Color HEX #F9E2FE Selago

📋 copy color: '#F9E2FE'

red 249 ◦ green 226 ◦ blue 254

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

Shades of Selago #F9E2FE

Tints of Selago #F9E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31%

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

R = 34.16%
G = 31%
B = 34.84%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9E2FE (or 0xF9E2FE) is known color: Selago. HEX triplet: F9, E2 and FE. RGB value is (249,226,254). Sum of RGB (Red+Green+Blue) = 249+226+254=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 226 (88.67% from 255 or 31.00% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2FE is #061D01. Grayscale: #EBEBEB. Windows color (decimal): -400642 or 16704249. OLE color: 16704249.

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

Color convert

RGB 249 226 254 -
CMYK 0.02 0.11 0 0.00
HSL 289.29º 0.93% 0.94% -
HSV(B) 289.29º 0.11% 1% -
XYZ 84.15 81.69 105.1 -
YUV 236.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 249 226 254 0.02 0.11 0 0.00 289.29 0.93 0.94
Hex F9 E2 FE 2 B 0 0 121 5D 5E
Octal 371 342 376 2 13 0 0 441 135 136
Binary 11111001 11100010 11111110 10 1011 0 0 100100001 1011101 1011110

Color Harmonies of #F9E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2FE

Black with #F9E2FE

Text Example


Text Example

White with #F9E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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