Html Css Color HEX #F9E0FA Selago

📋 copy color: '#F9E0FA'

red 249 ◦ green 224 ◦ blue 250

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

Shades of Selago #F9E0FA

Tints of Selago #F9E0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.58%

R = 34.44%
G = 30.98%
B = 34.58%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9E0FA (or 0xF9E0FA) is known color: Selago. HEX triplet: F9, E0 and FA. RGB value is (249,224,250). Sum of RGB (Red+Green+Blue) = 249+224+250=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9E0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FA is #061F05. Grayscale: #EAEAEA. Windows color (decimal): -401158 or 16441593. OLE color: 16441593.

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

Color convert

RGB 249 224 250 -
CMYK 0.00 0.10 0 0.02
HSL 297.69º 0.72% 0.93% -
HSV(B) 297.69º 0.1% 0.98% -
XYZ 82.98 80.35 101.58 -
YUV 234.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 249 224 250 0.00 0.10 0 0.02 297.69 0.72 0.93
Hex F9 E0 FA 0 A 0 2 12A 48 5D
Octal 371 340 372 0 12 0 2 452 110 135
Binary 11111001 11100000 11111010 0 1010 0 10 100101010 1001000 1011101

Color Harmonies of #F9E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E0FA

Black with #F9E0FA

Text Example


Text Example

White with #F9E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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