Html Css Color HEX #F9E3F5 Selago

📋 copy color: '#F9E3F5'

red 249 ◦ green 227 ◦ blue 245

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

Shades of Selago #F9E3F5

Tints of Selago #F9E3F5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.48%

 BLUE value IS 245 (96.09% from 255) = 33.98%

R = 34.54%
G = 31.48%
B = 33.98%

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

#F9E3F5 (or 0xF9E3F5) is known color: Selago. HEX triplet: F9, E3 and F5. RGB value is (249,227,245). Sum of RGB (Red+Green+Blue) = 249+227+245=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3F5 is #061C0A. Grayscale: #EBEBEB. Windows color (decimal): -400395 or 16114681. OLE color: 16114681.

HSL color Cylindrical-coordinate representation of color #F9E3F5: hue angle of 310.91º degrees, saturation: 0.65, 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 #F9E3F5 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 227 245 -
CMYK 0 0.09 0.02 0.02
HSL 310.91º 0.65% 0.93% -
HSV(B) 310.91º 0.09% 0.98% -
XYZ 83.02 81.67 97.77 -
YUV 235.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 249 227 245 0 0.09 0.02 0.02 310.91 0.65 0.93
Hex F9 E3 F5 0 9 2 2 137 41 5D
Octal 371 343 365 0 11 2 2 467 101 135
Binary 11111001 11100011 11110101 0 1001 10 10 100110111 1000001 1011101

Color Harmonies of #F9E3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E3F5

Black with #F9E3F5

Text Example


Text Example

White with #F9E3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E3F5; }

 p { color: rgb(249,227,245); }

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

background-color css

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

 a { background-color: rgb(249,227,245); }

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

border-color css

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

 span { border-color: rgb(249,227,245); }

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