Html Css Color HEX #F2E0F7 Selago

📋 copy color: '#F2E0F7'

red 242 ◦ green 224 ◦ blue 247

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

Shades of Selago #F2E0F7

Tints of Selago #F2E0F7

RGB

 RED value IS 242 (94.92% from 255) = 33.94%

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

 BLUE value IS 247 (96.88% from 255) = 34.64%

R = 33.94%
G = 31.42%
B = 34.64%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2E0F7 (or 0xF2E0F7) is known color: Selago. HEX triplet: F2, E0 and F7. RGB value is (242,224,247). Sum of RGB (Red+Green+Blue) = 242+224+247=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2E0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0F7 is #0D1F08. Grayscale: #E7E7E7. Windows color (decimal): -859913 or 16244978. OLE color: 16244978.

HSL color Cylindrical-coordinate representation of color #F2E0F7: hue angle of 286.96º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E0F7 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 224 247 -
CMYK 0.02 0.09 0 0.03
HSL 286.96º 0.59% 0.92% -
HSV(B) 286.96º 0.09% 0.97% -
XYZ 80.06 78.9 99.01 -
YUV 232 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 242 224 247 0.02 0.09 0 0.03 286.96 0.59 0.92
Hex F2 E0 F7 2 9 0 3 11F 3B 5C
Octal 362 340 367 2 11 0 3 437 73 134
Binary 11110010 11100000 11110111 10 1001 0 11 100011111 111011 1011100

Color Harmonies of #F2E0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0F7

Black with #F2E0F7

Text Example


Text Example

White with #F2E0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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