Html Css Color HEX #F2AFD3 Lavender Pink

📋 copy color: '#F2AFD3'

red 242 ◦ green 175 ◦ blue 211

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

Shades of Lavender Pink #F2AFD3

Tints of Lavender Pink #F2AFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.6%

R = 38.54%
G = 27.87%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2AFD3 (or 0xF2AFD3) is known color: Lavender Pink. HEX triplet: F2, AF and D3. RGB value is (242,175,211). Sum of RGB (Red+Green+Blue) = 242+175+211=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFD3 is #0D502C. Grayscale: #C7C7C7. Windows color (decimal): -872493 or 13873138. OLE color: 13873138.

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

Color convert

RGB 242 175 211 -
CMYK 0 0.28 0.13 0.05
HSL 327.76º 0.72% 0.82% -
HSV(B) 327.76º 0.28% 0.95% -
XYZ 63.71 54.24 68.74 -
YUV 199.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 242 175 211 0 0.28 0.13 0.05 327.76 0.72 0.82
Hex F2 AF D3 0 1C D 5 148 48 52
Octal 362 257 323 0 34 15 5 510 110 122
Binary 11110010 10101111 11010011 0 11100 1101 101 101001000 1001000 1010010

Color Harmonies of #F2AFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFD3

Black with #F2AFD3

Text Example


Text Example

White with #F2AFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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