Html Css Color HEX #F8ACF9 Lavender Rose

📋 copy color: '#F8ACF9'

red 248 ◦ green 172 ◦ blue 249

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

Shades of Lavender Rose #F8ACF9

Tints of Lavender Rose #F8ACF9

RGB

 RED value IS 248 (97.27% from 255) = 37.07%

 GREEN value IS 172 (67.58% from 255) = 25.71%

 BLUE value IS 249 (97.66% from 255) = 37.22%

R = 37.07%
G = 25.71%
B = 37.22%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8ACF9 (or 0xF8ACF9) is known color: Lavender Rose. HEX triplet: F8, AC and F9. RGB value is (248,172,249). Sum of RGB (Red+Green+Blue) = 248+172+249=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8ACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACF9 is #075306. Grayscale: #CBCBCB. Windows color (decimal): -480007 or 16362744. OLE color: 16362744.

HSL color Cylindrical-coordinate representation of color #F8ACF9: hue angle of 299.22º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACF9 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 172 249 -
CMYK 0.00 0.31 0 0.02
HSL 299.22º 0.87% 0.83% -
HSV(B) 299.22º 0.31% 0.98% -
XYZ 70.56 56.3 96.77 -
YUV 203.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 248 172 249 0.00 0.31 0 0.02 299.22 0.87 0.83
Hex F8 AC F9 0 1F 0 2 12B 57 53
Octal 370 254 371 0 37 0 2 453 127 123
Binary 11111000 10101100 11111001 0 11111 0 10 100101011 1010111 1010011

Color Harmonies of #F8ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACF9

Black with #F8ACF9

Text Example


Text Example

White with #F8ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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