Html Css Color HEX #F9AFF1 Lavender Rose

📋 copy color: '#F9AFF1'

red 249 ◦ green 175 ◦ blue 241

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

Shades of Lavender Rose #F9AFF1

Tints of Lavender Rose #F9AFF1

RGB

 RED value IS 249 (97.66% from 255) = 37.44%

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

 BLUE value IS 241 (94.53% from 255) = 36.24%

R = 37.44%
G = 26.32%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9AFF1 (or 0xF9AFF1) is known color: Lavender Rose. HEX triplet: F9, AF and F1. RGB value is (249,175,241). Sum of RGB (Red+Green+Blue) = 249+175+241=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFF1 is #06500E. Grayscale: #CCCCCC. Windows color (decimal): -413711 or 15839225. OLE color: 15839225.

HSL color Cylindrical-coordinate representation of color #F9AFF1: hue angle of 306.49º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFF1 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 241 -
CMYK 0 0.30 0.03 0.02
HSL 306.49º 0.86% 0.83% -
HSV(B) 306.49º 0.3% 0.98% -
XYZ 70.27 57.15 90.55 -
YUV 204.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 249 175 241 0 0.30 0.03 0.02 306.49 0.86 0.83
Hex F9 AF F1 0 1E 3 2 132 56 53
Octal 371 257 361 0 36 3 2 462 126 123
Binary 11111001 10101111 11110001 0 11110 11 10 100110010 1010110 1010011

Color Harmonies of #F9AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFF1

Black with #F9AFF1

Text Example


Text Example

White with #F9AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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