Html Css Color HEX #F4AFDA Lavender Pink

📋 copy color: '#F4AFDA'

red 244 ◦ green 175 ◦ blue 218

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

Shades of Lavender Pink #F4AFDA

Tints of Lavender Pink #F4AFDA

RGB

 RED value IS 244 (95.7% from 255) = 38.3%

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

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

R = 38.3%
G = 27.47%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4AFDA (or 0xF4AFDA) is known color: Lavender Pink. HEX triplet: F4, AF and DA. RGB value is (244,175,218). Sum of RGB (Red+Green+Blue) = 244+175+218=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFDA is #0B5025. Grayscale: #C8C8C8. Windows color (decimal): -741414 or 14331892. OLE color: 14331892.

HSL color Cylindrical-coordinate representation of color #F4AFDA: hue angle of 322.61º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFDA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 218 -
CMYK 0 0.28 0.11 0.04
HSL 322.61º 0.76% 0.82% -
HSV(B) 322.61º 0.28% 0.96% -
XYZ 65.29 54.96 73.5 -
YUV 200.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 244 175 218 0 0.28 0.11 0.04 322.61 0.76 0.82
Hex F4 AF DA 0 1C B 4 143 4C 52
Octal 364 257 332 0 34 13 4 503 114 122
Binary 11110100 10101111 11011010 0 11100 1011 100 101000011 1001100 1010010

Color Harmonies of #F4AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AFDA

Black with #F4AFDA

Text Example


Text Example

White with #F4AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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