Html Css Color HEX #FFAFDA Lavender Pink

📋 copy color: '#FFAFDA'

red 255 ◦ green 175 ◦ blue 218

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

Shades of Lavender Pink #FFAFDA

Tints of Lavender Pink #FFAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 39.35%
G = 27.01%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFAFDA (or 0xFFAFDA) is known color: Lavender Pink. HEX triplet: FF, AF and DA. RGB value is (255,175,218). Sum of RGB (Red+Green+Blue) = 255+175+218=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDA is #005025. Grayscale: #CBCBCB. Windows color (decimal): -20518 or 14331903. OLE color: 14331903.

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

Color convert

RGB 255 175 218 -
CMYK 0 0.31 0.15 0
HSL 327.75º 1% 0.84% -
HSV(B) 327.75º 0.31% 1% -
XYZ 69.22 56.98 73.68 -
YUV 203.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 255 175 218 0 0.31 0.15 0 327.75 1 0.84
Hex FF AF DA 0 1F F 0 148 64 54
Octal 377 257 332 0 37 17 0 510 144 124
Binary 11111111 10101111 11011010 0 11111 1111 0 101001000 1100100 1010100

Color Harmonies of #FFAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFDA

Black with #FFAFDA

Text Example


Text Example

White with #FFAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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