Html Css Color HEX #FFA4D7 Lavender Pink

📋 copy color: '#FFA4D7'

red 255 ◦ green 164 ◦ blue 215

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

Shades of Lavender Pink #FFA4D7

Tints of Lavender Pink #FFA4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.91%

R = 40.22%
G = 25.87%
B = 33.91%

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

#FFA4D7 (or 0xFFA4D7) is known color: Lavender Pink. HEX triplet: FF, A4 and D7. RGB value is (255,164,215). Sum of RGB (Red+Green+Blue) = 255+164+215=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D7 is #005B28. Grayscale: #C4C4C4. Windows color (decimal): -23337 or 14132479. OLE color: 14132479.

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

Color convert

RGB 255 164 215 -
CMYK 0 0.36 0.16 0
HSL 326.37º 1% 0.82% -
HSV(B) 326.37º 0.36% 1% -
XYZ 66.78 52.72 70.95 -
YUV 197.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 255 164 215 0 0.36 0.16 0 326.37 1 0.82
Hex FF A4 D7 0 24 10 0 146 64 52
Octal 377 244 327 0 44 20 0 506 144 122
Binary 11111111 10100100 11010111 0 100100 10000 0 101000110 1100100 1010010

Color Harmonies of #FFA4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4D7

Black with #FFA4D7

Text Example


Text Example

White with #FFA4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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