Html Css Color HEX #F7E0FD Selago

📋 copy color: '#F7E0FD'

red 247 ◦ green 224 ◦ blue 253

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

Shades of Selago #F7E0FD

Tints of Selago #F7E0FD

RGB

 RED value IS 247 (96.88% from 255) = 34.12%

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

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

R = 34.12%
G = 30.94%
B = 34.94%

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

#F7E0FD (or 0xF7E0FD) is known color: Selago. HEX triplet: F7, E0 and FD. RGB value is (247,224,253). Sum of RGB (Red+Green+Blue) = 247+224+253=724 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.12% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7E0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0FD is #081F02. Grayscale: #EAEAEA. Windows color (decimal): -532227 or 16638199. OLE color: 16638199.

HSL color Cylindrical-coordinate representation of color #F7E0FD: hue angle of 287.59º 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 #F7E0FD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 224 253 -
CMYK 0.02 0.11 0 0.01
HSL 287.59º 0.88% 0.94% -
HSV(B) 287.59º 0.11% 0.99% -
XYZ 82.74 80.18 104.04 -
YUV 234.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 247 224 253 0.02 0.11 0 0.01 287.59 0.88 0.94
Hex F7 E0 FD 2 B 0 1 120 58 5E
Octal 367 340 375 2 13 0 1 440 130 136
Binary 11110111 11100000 11111101 10 1011 0 1 100100000 1011000 1011110

Color Harmonies of #F7E0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E0FD

Black with #F7E0FD

Text Example


Text Example

White with #F7E0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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