Html Css Color HEX #F9E0FC Selago

📋 copy color: '#F9E0FC'

red 249 ◦ green 224 ◦ blue 252

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

Shades of Selago #F9E0FC

Tints of Selago #F9E0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.76%

R = 34.34%
G = 30.9%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9E0FC (or 0xF9E0FC) is known color: Selago. HEX triplet: F9, E0 and FC. RGB value is (249,224,252). Sum of RGB (Red+Green+Blue) = 249+224+252=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 224 (87.89% from 255 or 30.90% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FC is #061F03. Grayscale: #EAEAEA. Windows color (decimal): -401156 or 16572665. OLE color: 16572665.

HSL color Cylindrical-coordinate representation of color #F9E0FC: hue angle of 293.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9E0FC is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 224 252 -
CMYK 0.01 0.11 0 0.01
HSL 293.57º 0.82% 0.93% -
HSV(B) 293.57º 0.11% 0.99% -
XYZ 83.29 80.48 103.24 -
YUV 234.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 249 224 252 0.01 0.11 0 0.01 293.57 0.82 0.93
Hex F9 E0 FC 1 B 0 1 126 52 5D
Octal 371 340 374 1 13 0 1 446 122 135
Binary 11111001 11100000 11111100 1 1011 0 1 100100110 1010010 1011101

Color Harmonies of #F9E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E0FC

Black with #F9E0FC

Text Example


Text Example

White with #F9E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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