Html Css Color HEX #F8ACF6 Lavender Rose

📋 copy color: '#F8ACF6'

red 248 ◦ green 172 ◦ blue 246

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

Shades of Lavender Rose #F8ACF6

Tints of Lavender Rose #F8ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.94%

R = 37.24%
G = 25.83%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8ACF6 (or 0xF8ACF6) is known color: Lavender Rose. HEX triplet: F8, AC and F6. RGB value is (248,172,246). Sum of RGB (Red+Green+Blue) = 248+172+246=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACF6 is #075309. Grayscale: #CACACA. Windows color (decimal): -480010 or 16166136. OLE color: 16166136.

HSL color Cylindrical-coordinate representation of color #F8ACF6: hue angle of 301.58º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACF6 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 246 -
CMYK 0 0.31 0.01 0.03
HSL 301.58º 0.84% 0.82% -
HSV(B) 301.58º 0.31% 0.97% -
XYZ 70.1 56.12 94.33 -
YUV 203.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 248 172 246 0 0.31 0.01 0.03 301.58 0.84 0.82
Hex F8 AC F6 0 1F 1 3 12E 54 52
Octal 370 254 366 0 37 1 3 456 124 122
Binary 11111000 10101100 11110110 0 11111 1 11 100101110 1010100 1010010

Color Harmonies of #F8ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACF6

Black with #F8ACF6

Text Example


Text Example

White with #F8ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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