Html Css Color HEX #F4AFCD Lavender Pink

📋 copy color: '#F4AFCD'

red 244 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #F4AFCD

Tints of Lavender Pink #F4AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.85%

R = 39.1%
G = 28.04%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4AFCD (or 0xF4AFCD) is known color: Lavender Pink. HEX triplet: F4, AF and CD. RGB value is (244,175,205). Sum of RGB (Red+Green+Blue) = 244+175+205=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFCD is #0B5032. Grayscale: #C7C7C7. Windows color (decimal): -741427 or 13479924. OLE color: 13479924.

HSL color Cylindrical-coordinate representation of color #F4AFCD: hue angle of 333.91º 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 #F4AFCD is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 205 -
CMYK 0 0.28 0.16 0.04
HSL 333.91º 0.76% 0.82% -
HSV(B) 333.91º 0.28% 0.96% -
XYZ 63.66 54.3 64.88 -
YUV 199.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 244 175 205 0 0.28 0.16 0.04 333.91 0.76 0.82
Hex F4 AF CD 0 1C 10 4 14E 4C 52
Octal 364 257 315 0 34 20 4 516 114 122
Binary 11110100 10101111 11001101 0 11100 10000 100 101001110 1001100 1010010

Color Harmonies of #F4AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AFCD

Black with #F4AFCD

Text Example


Text Example

White with #F4AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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