Html Css Color HEX #F5AFCD Lavender Pink

📋 copy color: '#F5AFCD'

red 245 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #F5AFCD

Tints of Lavender Pink #F5AFCD

RGB

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

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

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

R = 39.2%
G = 28%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5AFCD (or 0xF5AFCD) is known color: Lavender Pink. HEX triplet: F5, AF and CD. RGB value is (245,175,205). Sum of RGB (Red+Green+Blue) = 245+175+205=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFCD is #0A5032. Grayscale: #C7C7C7. Windows color (decimal): -675891 or 13479925. OLE color: 13479925.

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

Color convert

RGB 245 175 205 -
CMYK 0 0.29 0.16 0.04
HSL 334.29º 0.78% 0.82% -
HSV(B) 334.29º 0.29% 0.96% -
XYZ 64.01 54.48 64.9 -
YUV 199.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 245 175 205 0 0.29 0.16 0.04 334.29 0.78 0.82
Hex F5 AF CD 0 1D 10 4 14E 4E 52
Octal 365 257 315 0 35 20 4 516 116 122
Binary 11110101 10101111 11001101 0 11101 10000 100 101001110 1001110 1010010

Color Harmonies of #F5AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFCD

Black with #F5AFCD

Text Example


Text Example

White with #F5AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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