Html Css Color HEX #F2EBF2 Selago

📋 copy color: '#F2EBF2'

red 242 ◦ green 235 ◦ blue 242

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

Shades of Selago #F2EBF2

Tints of Selago #F2EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.68%

 BLUE value IS 242 (94.92% from 255) = 33.66%

R = 33.66%
G = 32.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2EBF2 (or 0xF2EBF2) is known color: Selago. HEX triplet: F2, EB and F2. RGB value is (242,235,242). Sum of RGB (Red+Green+Blue) = 242+235+242=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2EBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBF2 is #0D140D. Grayscale: #EDEDED. Windows color (decimal): -857102 or 15920114. OLE color: 15920114.

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

Color convert

RGB 242 235 242 -
CMYK 0 0.03 0 0.05
HSL 300º 0.21% 0.94% -
HSV(B) 300º 0.03% 0.95% -
XYZ 82.35 84.7 96.01 -
YUV 237.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 242 235 242 0 0.03 0 0.05 300 0.21 0.94
Hex F2 EB F2 0 3 0 5 12C 15 5E
Octal 362 353 362 0 3 0 5 454 25 136
Binary 11110010 11101011 11110010 0 11 0 101 100101100 10101 1011110

Color Harmonies of #F2EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBF2

Black with #F2EBF2

Text Example


Text Example

White with #F2EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBF2; }

 p { color: rgb(242,235,242); }

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

background-color css

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

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

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

border-color css

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

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

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