Html Css Color HEX #F2E0F1 Selago

📋 copy color: '#F2E0F1'

red 242 ◦ green 224 ◦ blue 241

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

Shades of Selago #F2E0F1

Tints of Selago #F2E0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.09%

R = 34.23%
G = 31.68%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2E0F1 (or 0xF2E0F1) is known color: Selago. HEX triplet: F2, E0 and F1. RGB value is (242,224,241). Sum of RGB (Red+Green+Blue) = 242+224+241=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0F1 is #0D1F0E. Grayscale: #E7E7E7. Windows color (decimal): -859919 or 15851762. OLE color: 15851762.

HSL color Cylindrical-coordinate representation of color #F2E0F1: hue angle of 303.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E0F1 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 241 -
CMYK 0 0.07 0.00 0.05
HSL 303.33º 0.41% 0.91% -
HSV(B) 303.33º 0.07% 0.95% -
XYZ 79.15 78.54 94.21 -
YUV 231.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 242 224 241 0 0.07 0.00 0.05 303.33 0.41 0.91
Hex F2 E0 F1 0 7 0 5 12F 29 5B
Octal 362 340 361 0 7 0 5 457 51 133
Binary 11110010 11100000 11110001 0 111 0 101 100101111 101001 1011011

Color Harmonies of #F2E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0F1

Black with #F2E0F1

Text Example


Text Example

White with #F2E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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