Html Css Color HEX #FFA4D3 Lavender Pink

📋 copy color: '#FFA4D3'

red 255 ◦ green 164 ◦ blue 211

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

Shades of Lavender Pink #FFA4D3

Tints of Lavender Pink #FFA4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.49%

R = 40.48%
G = 26.03%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFA4D3 (or 0xFFA4D3) is known color: Lavender Pink. HEX triplet: FF, A4 and D3. RGB value is (255,164,211). Sum of RGB (Red+Green+Blue) = 255+164+211=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D3 is #005B2C. Grayscale: #C4C4C4. Windows color (decimal): -23341 or 13870335. OLE color: 13870335.

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

Color convert

RGB 255 164 211 -
CMYK 0 0.36 0.17 0
HSL 329.01º 1% 0.82% -
HSV(B) 329.01º 0.36% 1% -
XYZ 66.27 52.51 68.27 -
YUV 196.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 255 164 211 0 0.36 0.17 0 329.01 1 0.82
Hex FF A4 D3 0 24 11 0 149 64 52
Octal 377 244 323 0 44 21 0 511 144 122
Binary 11111111 10100100 11010011 0 100100 10001 0 101001001 1100100 1010010

Color Harmonies of #FFA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4D3

Black with #FFA4D3

Text Example


Text Example

White with #FFA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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