Html Css Color HEX #F1AFE5 Lavender Rose

📋 copy color: '#F1AFE5'

red 241 ◦ green 175 ◦ blue 229

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

Shades of Lavender Rose #F1AFE5

Tints of Lavender Rose #F1AFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 37.36%
G = 27.13%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1AFE5 (or 0xF1AFE5) is known color: Lavender Rose. HEX triplet: F1, AF and E5. RGB value is (241,175,229). Sum of RGB (Red+Green+Blue) = 241+175+229=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFE5 is #0E501A. Grayscale: #C8C8C8. Windows color (decimal): -938011 or 15052785. OLE color: 15052785.

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

Color convert

RGB 241 175 229 -
CMYK 0 0.27 0.05 0.05
HSL 310.91º 0.7% 0.82% -
HSV(B) 310.91º 0.27% 0.95% -
XYZ 65.75 55.02 81.28 -
YUV 200.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 241 175 229 0 0.27 0.05 0.05 310.91 0.7 0.82
Hex F1 AF E5 0 1B 5 5 137 46 52
Octal 361 257 345 0 33 5 5 467 106 122
Binary 11110001 10101111 11100101 0 11011 101 101 100110111 1000110 1010010

Color Harmonies of #F1AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFE5

Black with #F1AFE5

Text Example


Text Example

White with #F1AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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