Html Css Color HEX #F9E2F4 Selago

📋 copy color: '#F9E2F4'

red 249 ◦ green 226 ◦ blue 244

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

Shades of Selago #F9E2F4

Tints of Selago #F9E2F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 33.94%

R = 34.63%
G = 31.43%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9E2F4 (or 0xF9E2F4) is known color: Selago. HEX triplet: F9, E2 and F4. RGB value is (249,226,244). Sum of RGB (Red+Green+Blue) = 249+226+244=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2F4 is #061D0B. Grayscale: #EAEAEA. Windows color (decimal): -400652 or 16048889. OLE color: 16048889.

HSL color Cylindrical-coordinate representation of color #F9E2F4: hue angle of 313.04º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E2F4 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 244 -
CMYK 0 0.09 0.02 0.02
HSL 313.04º 0.66% 0.93% -
HSV(B) 313.04º 0.09% 0.98% -
XYZ 82.59 81.06 96.88 -
YUV 234.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 249 226 244 0 0.09 0.02 0.02 313.04 0.66 0.93
Hex F9 E2 F4 0 9 2 2 139 42 5D
Octal 371 342 364 0 11 2 2 471 102 135
Binary 11111001 11100010 11110100 0 1001 10 10 100111001 1000010 1011101

Color Harmonies of #F9E2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2F4

Black with #F9E2F4

Text Example


Text Example

White with #F9E2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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