Html Css Color HEX #F1AFE2 Lavender Rose

📋 copy color: '#F1AFE2'

red 241 ◦ green 175 ◦ blue 226

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

Shades of Lavender Rose #F1AFE2

Tints of Lavender Rose #F1AFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.26%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 37.54%
G = 27.26%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1AFE2 (or 0xF1AFE2) is known color: Lavender Rose. HEX triplet: F1, AF and E2. RGB value is (241,175,226). Sum of RGB (Red+Green+Blue) = 241+175+226=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFE2 is #0E501D. Grayscale: #C8C8C8. Windows color (decimal): -938014 or 14856177. OLE color: 14856177.

HSL color Cylindrical-coordinate representation of color #F1AFE2: hue angle of 313.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFE2 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 226 -
CMYK 0 0.27 0.06 0.05
HSL 313.64º 0.7% 0.82% -
HSV(B) 313.64º 0.27% 0.95% -
XYZ 65.33 54.85 79.1 -
YUV 200.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 241 175 226 0 0.27 0.06 0.05 313.64 0.7 0.82
Hex F1 AF E2 0 1B 6 5 13A 46 52
Octal 361 257 342 0 33 6 5 472 106 122
Binary 11110001 10101111 11100010 0 11011 110 101 100111010 1000110 1010010

Color Harmonies of #F1AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFE2

Black with #F1AFE2

Text Example


Text Example

White with #F1AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFE2; }

 p { color: rgb(241,175,226); }

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

background-color css

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

 a { background-color: rgb(241,175,226); }

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

border-color css

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

 span { border-color: rgb(241,175,226); }

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