Html Css Color HEX #F4E1F2 Selago

📋 copy color: '#F4E1F2'

red 244 ◦ green 225 ◦ blue 242

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

Shades of Selago #F4E1F2

Tints of Selago #F4E1F2

RGB

 RED value IS 244 (95.7% from 255) = 34.32%

 GREEN value IS 225 (88.28% from 255) = 31.65%

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

R = 34.32%
G = 31.65%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F4E1F2 (or 0xF4E1F2) is known color: Selago. HEX triplet: F4, E1 and F2. RGB value is (244,225,242). Sum of RGB (Red+Green+Blue) = 244+225+242=711 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.32% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E1F2 is #0B1E0D. Grayscale: #E8E8E8. Windows color (decimal): -728590 or 15917556. OLE color: 15917556.

HSL color Cylindrical-coordinate representation of color #F4E1F2: hue angle of 306.32º degrees, saturation: 0.46, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4E1F2 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 225 242 -
CMYK 0 0.08 0.01 0.04
HSL 306.32º 0.46% 0.92% -
HSV(B) 306.32º 0.08% 0.96% -
XYZ 80.26 79.49 95.12 -
YUV 232.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 244 225 242 0 0.08 0.01 0.04 306.32 0.46 0.92
Hex F4 E1 F2 0 8 1 4 132 2E 5C
Octal 364 341 362 0 10 1 4 462 56 134
Binary 11110100 11100001 11110010 0 1000 1 100 100110010 101110 1011100

Color Harmonies of #F4E1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E1F2

Black with #F4E1F2

Text Example


Text Example

White with #F4E1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E1F2; }

 p { color: rgb(244,225,242); }

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

background-color css

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

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

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

border-color css

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

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

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