Html Css Color HEX #F9ACF8 Lavender Rose

📋 copy color: '#F9ACF8'

red 249 ◦ green 172 ◦ blue 248

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

Shades of Lavender Rose #F9ACF8

Tints of Lavender Rose #F9ACF8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 249 172 248 -
CMYK 0 0.31 0.00 0.02
HSL 300.78º 0.87% 0.83% -
HSV(B) 300.78º 0.31% 0.98% -
XYZ 70.76 56.42 95.97 -
YUV 203.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 249 172 248 0 0.31 0.00 0.02 300.78 0.87 0.83
Hex F9 AC F8 0 1F 0 2 12D 57 53
Octal 371 254 370 0 37 0 2 455 127 123
Binary 11111001 10101100 11111000 0 11111 0 10 100101101 1010111 1010011

Color Harmonies of #F9ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACF8

Black with #F9ACF8

Text Example


Text Example

White with #F9ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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