Html Css Color HEX #F9E4FD Selago

📋 copy color: '#F9E4FD'

red 249 ◦ green 228 ◦ blue 253

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

Shades of Selago #F9E4FD

Tints of Selago #F9E4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.23%

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

R = 34.11%
G = 31.23%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9E4FD (or 0xF9E4FD) is known color: Selago. HEX triplet: F9, E4 and FD. RGB value is (249,228,253). Sum of RGB (Red+Green+Blue) = 249+228+253=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 228 (89.45% from 255 or 31.23% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E4FD is #061B02. Grayscale: #EDEDED. Windows color (decimal): -400131 or 16639225. OLE color: 16639225.

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

Color convert

RGB 249 228 253 -
CMYK 0.02 0.10 0 0.01
HSL 290.4º 0.86% 0.94% -
HSV(B) 290.4º 0.1% 0.99% -
XYZ 84.54 82.72 104.44 -
YUV 237.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 249 228 253 0.02 0.10 0 0.01 290.4 0.86 0.94
Hex F9 E4 FD 2 A 0 1 122 56 5E
Octal 371 344 375 2 12 0 1 442 126 136
Binary 11111001 11100100 11111101 10 1010 0 1 100100010 1010110 1011110

Color Harmonies of #F9E4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E4FD

Black with #F9E4FD

Text Example


Text Example

White with #F9E4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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