Html Css Color HEX #FFA4D6 Lavender Pink

📋 copy color: '#FFA4D6'

red 255 ◦ green 164 ◦ blue 214

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

Shades of Lavender Pink #FFA4D6

Tints of Lavender Pink #FFA4D6

RGB

 RED value IS 255 (100% from 255) = 40.28%

 GREEN value IS 164 (64.45% from 255) = 25.91%

 BLUE value IS 214 (83.98% from 255) = 33.81%

R = 40.28%
G = 25.91%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFA4D6 (or 0xFFA4D6) is known color: Lavender Pink. HEX triplet: FF, A4 and D6. RGB value is (255,164,214). Sum of RGB (Red+Green+Blue) = 255+164+214=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D6 is #005B29. Grayscale: #C4C4C4. Windows color (decimal): -23338 or 14066943. OLE color: 14066943.

HSL color Cylindrical-coordinate representation of color #FFA4D6: hue angle of 327.03º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4D6 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 214 -
CMYK 0 0.36 0.16 0
HSL 327.03º 1% 0.82% -
HSV(B) 327.03º 0.36% 1% -
XYZ 66.65 52.67 70.27 -
YUV 196.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 255 164 214 0 0.36 0.16 0 327.03 1 0.82
Hex FF A4 D6 0 24 10 0 147 64 52
Octal 377 244 326 0 44 20 0 507 144 122
Binary 11111111 10100100 11010110 0 100100 10000 0 101000111 1100100 1010010

Color Harmonies of #FFA4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4D6

Black with #FFA4D6

Text Example


Text Example

White with #FFA4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4D6; }

 p { color: rgb(255,164,214); }

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

background-color css

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

 a { background-color: rgb(255,164,214); }

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

border-color css

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

 span { border-color: rgb(255,164,214); }

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