Html Css Color HEX #F9E0FD Selago

📋 copy color: '#F9E0FD'

red 249 ◦ green 224 ◦ blue 253

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

Shades of Selago #F9E0FD

Tints of Selago #F9E0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.85%

R = 34.3%
G = 30.85%
B = 34.85%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9E0FD (or 0xF9E0FD) is known color: Selago. HEX triplet: F9, E0 and FD. RGB value is (249,224,253). Sum of RGB (Red+Green+Blue) = 249+224+253=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FD is #061F02. Grayscale: #EAEAEA. Windows color (decimal): -401155 or 16638201. OLE color: 16638201.

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

Color convert

RGB 249 224 253 -
CMYK 0.02 0.11 0 0.01
HSL 291.72º 0.88% 0.94% -
HSV(B) 291.72º 0.11% 0.99% -
XYZ 83.45 80.54 104.08 -
YUV 234.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 249 224 253 0.02 0.11 0 0.01 291.72 0.88 0.94
Hex F9 E0 FD 2 B 0 1 124 58 5E
Octal 371 340 375 2 13 0 1 444 130 136
Binary 11111001 11100000 11111101 10 1011 0 1 100100100 1011000 1011110

Color Harmonies of #F9E0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E0FD

Black with #F9E0FD

Text Example


Text Example

White with #F9E0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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