Html Css Color HEX #F1AFE1 Lavender Rose

📋 copy color: '#F1AFE1'

red 241 ◦ green 175 ◦ blue 225

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

Shades of Lavender Rose #F1AFE1

Tints of Lavender Rose #F1AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.1%

R = 37.6%
G = 27.3%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1AFE1 (or 0xF1AFE1) is known color: Lavender Rose. HEX triplet: F1, AF and E1. RGB value is (241,175,225). Sum of RGB (Red+Green+Blue) = 241+175+225=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFE1 is #0E501E. Grayscale: #C8C8C8. Windows color (decimal): -938015 or 14790641. OLE color: 14790641.

HSL color Cylindrical-coordinate representation of color #F1AFE1: hue angle of 314.55º 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 #F1AFE1 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 225 -
CMYK 0 0.27 0.07 0.05
HSL 314.55º 0.7% 0.82% -
HSV(B) 314.55º 0.27% 0.95% -
XYZ 65.2 54.8 78.37 -
YUV 200.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 241 175 225 0 0.27 0.07 0.05 314.55 0.7 0.82
Hex F1 AF E1 0 1B 7 5 13B 46 52
Octal 361 257 341 0 33 7 5 473 106 122
Binary 11110001 10101111 11100001 0 11011 111 101 100111011 1000110 1010010

Color Harmonies of #F1AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFE1

Black with #F1AFE1

Text Example


Text Example

White with #F1AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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