Html Css Color HEX #FFAFD2 Lavender Pink

📋 copy color: '#FFAFD2'

red 255 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #FFAFD2

Tints of Lavender Pink #FFAFD2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.34%

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 39.84%
G = 27.34%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFAFD2 (or 0xFFAFD2) is known color: Lavender Pink. HEX triplet: FF, AF and D2. RGB value is (255,175,210). Sum of RGB (Red+Green+Blue) = 255+175+210=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD2 is #00502D. Grayscale: #CACACA. Windows color (decimal): -20526 or 13807615. OLE color: 13807615.

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

Color convert

RGB 255 175 210 -
CMYK 0 0.31 0.18 0
HSL 333.75º 1% 0.84% -
HSV(B) 333.75º 0.31% 1% -
XYZ 68.2 56.57 68.3 -
YUV 202.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 255 175 210 0 0.31 0.18 0 333.75 1 0.84
Hex FF AF D2 0 1F 12 0 14E 64 54
Octal 377 257 322 0 37 22 0 516 144 124
Binary 11111111 10101111 11010010 0 11111 10010 0 101001110 1100100 1010100

Color Harmonies of #FFAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFD2

Black with #FFAFD2

Text Example


Text Example

White with #FFAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFD2; }

 p { color: rgb(255,175,210); }

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

background-color css

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

 a { background-color: rgb(255,175,210); }

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

border-color css

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

 span { border-color: rgb(255,175,210); }

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