Html Css Color HEX #F2AFCD Lavender Pink

📋 copy color: '#F2AFCD'

red 242 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #F2AFCD

Tints of Lavender Pink #F2AFCD

RGB

 RED value IS 242 (94.92% from 255) = 38.91%

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

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

R = 38.91%
G = 28.14%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2AFCD (or 0xF2AFCD) is known color: Lavender Pink. HEX triplet: F2, AF and CD. RGB value is (242,175,205). Sum of RGB (Red+Green+Blue) = 242+175+205=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFCD is #0D5032. Grayscale: #C6C6C6. Windows color (decimal): -872499 or 13479922. OLE color: 13479922.

HSL color Cylindrical-coordinate representation of color #F2AFCD: hue angle of 333.13º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFCD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 205 -
CMYK 0 0.28 0.15 0.05
HSL 333.13º 0.72% 0.82% -
HSV(B) 333.13º 0.28% 0.95% -
XYZ 62.97 53.94 64.85 -
YUV 198.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 242 175 205 0 0.28 0.15 0.05 333.13 0.72 0.82
Hex F2 AF CD 0 1C F 5 14D 48 52
Octal 362 257 315 0 34 17 5 515 110 122
Binary 11110010 10101111 11001101 0 11100 1111 101 101001101 1001000 1010010

Color Harmonies of #F2AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFCD

Black with #F2AFCD

Text Example


Text Example

White with #F2AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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