Html Css Color HEX #F2EAF0 Selago

📋 copy color: '#F2EAF0'

red 242 ◦ green 234 ◦ blue 240

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

Shades of Selago #F2EAF0

Tints of Selago #F2EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.68%

 BLUE value IS 240 (94.14% from 255) = 33.52%

R = 33.8%
G = 32.68%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2EAF0 (or 0xF2EAF0) is known color: Selago. HEX triplet: F2, EA and F0. RGB value is (242,234,240). Sum of RGB (Red+Green+Blue) = 242+234+240=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF0 is #0D150F. Grayscale: #EDEDED. Windows color (decimal): -857360 or 15788786. OLE color: 15788786.

HSL color Cylindrical-coordinate representation of color #F2EAF0: hue angle of 315º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EAF0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 240 -
CMYK 0 0.03 0.01 0.05
HSL 315º 0.24% 0.93% -
HSV(B) 315º 0.03% 0.95% -
XYZ 81.77 84.01 94.34 -
YUV 237.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 242 234 240 0 0.03 0.01 0.05 315 0.24 0.93
Hex F2 EA F0 0 3 1 5 13B 18 5D
Octal 362 352 360 0 3 1 5 473 30 135
Binary 11110010 11101010 11110000 0 11 1 101 100111011 11000 1011101

Color Harmonies of #F2EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAF0

Black with #F2EAF0

Text Example


Text Example

White with #F2EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAF0; }

 p { color: rgb(242,234,240); }

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

background-color css

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

 a { background-color: rgb(242,234,240); }

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

border-color css

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

 span { border-color: rgb(242,234,240); }

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