Html Css Color HEX #F6ACDD Lavender Rose

📋 copy color: '#F6ACDD'

red 246 ◦ green 172 ◦ blue 221

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

Shades of Lavender Rose #F6ACDD

Tints of Lavender Rose #F6ACDD

RGB

 RED value IS 246 (96.48% from 255) = 38.5%

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

 BLUE value IS 221 (86.72% from 255) = 34.59%

R = 38.5%
G = 26.92%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6ACDD (or 0xF6ACDD) is known color: Lavender Rose. HEX triplet: F6, AC and DD. RGB value is (246,172,221). Sum of RGB (Red+Green+Blue) = 246+172+221=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACDD is #095322. Grayscale: #C7C7C7. Windows color (decimal): -611107 or 14527734. OLE color: 14527734.

HSL color Cylindrical-coordinate representation of color #F6ACDD: hue angle of 320.27º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACDD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 172 221 -
CMYK 0 0.30 0.10 0.04
HSL 320.27º 0.8% 0.82% -
HSV(B) 320.27º 0.3% 0.96% -
XYZ 65.81 54.32 75.42 -
YUV 199.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 246 172 221 0 0.30 0.10 0.04 320.27 0.8 0.82
Hex F6 AC DD 0 1E A 4 140 50 52
Octal 366 254 335 0 36 12 4 500 120 122
Binary 11110110 10101100 11011101 0 11110 1010 100 101000000 1010000 1010010

Color Harmonies of #F6ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ACDD

Black with #F6ACDD

Text Example


Text Example

White with #F6ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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