Html Css Color HEX #FFAFD3 Lavender Pink

📋 copy color: '#FFAFD3'

red 255 ◦ green 175 ◦ blue 211

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

Shades of Lavender Pink #FFAFD3

Tints of Lavender Pink #FFAFD3

RGB

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

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

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

R = 39.78%
G = 27.3%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFAFD3 (or 0xFFAFD3) is known color: Lavender Pink. HEX triplet: FF, AF and D3. RGB value is (255,175,211). Sum of RGB (Red+Green+Blue) = 255+175+211=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD3 is #00502C. Grayscale: #CACACA. Windows color (decimal): -20525 or 13873151. OLE color: 13873151.

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

Color convert

RGB 255 175 211 -
CMYK 0 0.31 0.17 0
HSL 333º 1% 0.84% -
HSV(B) 333º 0.31% 1% -
XYZ 68.33 56.62 68.96 -
YUV 203.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 255 175 211 0 0.31 0.17 0 333 1 0.84
Hex FF AF D3 0 1F 11 0 14D 64 54
Octal 377 257 323 0 37 21 0 515 144 124
Binary 11111111 10101111 11010011 0 11111 10001 0 101001101 1100100 1010100

Color Harmonies of #FFAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFD3

Black with #FFAFD3

Text Example


Text Example

White with #FFAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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