Html Css Color HEX #F1E4F0 Selago

📋 copy color: '#F1E4F0'

red 241 ◦ green 228 ◦ blue 240

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

Shades of Selago #F1E4F0

Tints of Selago #F1E4F0

RGB

 RED value IS 241 (94.53% from 255) = 33.99%

 GREEN value IS 228 (89.45% from 255) = 32.16%

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

R = 33.99%
G = 32.16%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F1E4F0 (or 0xF1E4F0) is known color: Selago. HEX triplet: F1, E4 and F0. RGB value is (241,228,240). Sum of RGB (Red+Green+Blue) = 241+228+240=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4F0 is #0E1B0F. Grayscale: #E9E9E9. Windows color (decimal): -924432 or 15787249. OLE color: 15787249.

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

Color convert

RGB 241 228 240 -
CMYK 0 0.05 0.00 0.05
HSL 304.62º 0.32% 0.92% -
HSV(B) 304.62º 0.05% 0.95% -
XYZ 79.75 80.48 93.77 -
YUV 233.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 241 228 240 0 0.05 0.00 0.05 304.62 0.32 0.92
Hex F1 E4 F0 0 5 0 5 131 20 5C
Octal 361 344 360 0 5 0 5 461 40 134
Binary 11110001 11100100 11110000 0 101 0 101 100110001 100000 1011100

Color Harmonies of #F1E4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4F0

Black with #F1E4F0

Text Example


Text Example

White with #F1E4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4F0; }

 p { color: rgb(241,228,240); }

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

background-color css

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

 a { background-color: rgb(241,228,240); }

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

border-color css

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

 span { border-color: rgb(241,228,240); }

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