Html Css Color HEX #F9AFF8 Lavender Rose

📋 copy color: '#F9AFF8'

red 249 ◦ green 175 ◦ blue 248

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

Shades of Lavender Rose #F9AFF8

Tints of Lavender Rose #F9AFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 37.05%
G = 26.04%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F9AFF8 (or 0xF9AFF8) is known color: Lavender Rose. HEX triplet: F9, AF and F8. RGB value is (249,175,248). Sum of RGB (Red+Green+Blue) = 249+175+248=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFF8 is #065007. Grayscale: #CDCDCD. Windows color (decimal): -413704 or 16297977. OLE color: 16297977.

HSL color Cylindrical-coordinate representation of color #F9AFF8: hue angle of 300.81º 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 #F9AFF8 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 248 -
CMYK 0 0.30 0.00 0.02
HSL 300.81º 0.86% 0.83% -
HSV(B) 300.81º 0.3% 0.98% -
XYZ 71.34 57.58 96.16 -
YUV 205.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 249 175 248 0 0.30 0.00 0.02 300.81 0.86 0.83
Hex F9 AF F8 0 1E 0 2 12D 56 53
Octal 371 257 370 0 36 0 2 455 126 123
Binary 11111001 10101111 11111000 0 11110 0 10 100101101 1010110 1010011

Color Harmonies of #F9AFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFF8

Black with #F9AFF8

Text Example


Text Example

White with #F9AFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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