Html Css Color HEX #F5AFCC Lavender Pink

📋 copy color: '#F5AFCC'

red 245 ◦ green 175 ◦ blue 204

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

Shades of Lavender Pink #F5AFCC

Tints of Lavender Pink #F5AFCC

RGB

 RED value IS 245 (96.09% from 255) = 39.26%

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

 BLUE value IS 204 (80.08% from 255) = 32.69%

R = 39.26%
G = 28.04%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5AFCC (or 0xF5AFCC) is known color: Lavender Pink. HEX triplet: F5, AF and CC. RGB value is (245,175,204). Sum of RGB (Red+Green+Blue) = 245+175+204=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFCC is #0A5033. Grayscale: #C7C7C7. Windows color (decimal): -675892 or 13414389. OLE color: 13414389.

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

Color convert

RGB 245 175 204 -
CMYK 0 0.29 0.17 0.04
HSL 335.14º 0.78% 0.82% -
HSV(B) 335.14º 0.29% 0.96% -
XYZ 63.89 54.43 64.27 -
YUV 199.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 245 175 204 0 0.29 0.17 0.04 335.14 0.78 0.82
Hex F5 AF CC 0 1D 11 4 14F 4E 52
Octal 365 257 314 0 35 21 4 517 116 122
Binary 11110101 10101111 11001100 0 11101 10001 100 101001111 1001110 1010010

Color Harmonies of #F5AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFCC

Black with #F5AFCC

Text Example


Text Example

White with #F5AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFCC; }

 p { color: rgb(245,175,204); }

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

background-color css

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

 a { background-color: rgb(245,175,204); }

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

border-color css

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

 span { border-color: rgb(245,175,204); }

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