Html Css Color HEX #F9ACF4 Lavender Rose

📋 copy color: '#F9ACF4'

red 249 ◦ green 172 ◦ blue 244

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

Shades of Lavender Rose #F9ACF4

Tints of Lavender Rose #F9ACF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.69%

R = 37.44%
G = 25.86%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9ACF4 (or 0xF9ACF4) is known color: Lavender Rose. HEX triplet: F9, AC and F4. RGB value is (249,172,244). Sum of RGB (Red+Green+Blue) = 249+172+244=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ACF4 is #06530B. Grayscale: #CBCBCB. Windows color (decimal): -414476 or 16035065. OLE color: 16035065.

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

Color convert

RGB 249 172 244 -
CMYK 0 0.31 0.02 0.02
HSL 303.9º 0.87% 0.83% -
HSV(B) 303.9º 0.31% 0.98% -
XYZ 70.15 56.18 92.73 -
YUV 203.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 249 172 244 0 0.31 0.02 0.02 303.9 0.87 0.83
Hex F9 AC F4 0 1F 2 2 130 57 53
Octal 371 254 364 0 37 2 2 460 127 123
Binary 11111001 10101100 11110100 0 11111 10 10 100110000 1010111 1010011

Color Harmonies of #F9ACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACF4

Black with #F9ACF4

Text Example


Text Example

White with #F9ACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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