Html Css Color HEX #F2A9CA Lavender Pink

📋 copy color: '#F2A9CA'

red 242 ◦ green 169 ◦ blue 202

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

Shades of Lavender Pink #F2A9CA

Tints of Lavender Pink #F2A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.57%

 BLUE value IS 202 (79.3% from 255) = 32.95%

R = 39.48%
G = 27.57%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2A9CA (or 0xF2A9CA) is known color: Lavender Pink. HEX triplet: F2, A9 and CA. RGB value is (242,169,202). Sum of RGB (Red+Green+Blue) = 242+169+202=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9CA is #0D5635. Grayscale: #C2C2C2. Windows color (decimal): -874038 or 13281778. OLE color: 13281778.

HSL color Cylindrical-coordinate representation of color #F2A9CA: hue angle of 332.88º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9CA is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 169 202 -
CMYK 0 0.30 0.17 0.05
HSL 332.88º 0.74% 0.81% -
HSV(B) 332.88º 0.3% 0.95% -
XYZ 61.47 51.52 62.58 -
YUV 194.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 242 169 202 0 0.30 0.17 0.05 332.88 0.74 0.81
Hex F2 A9 CA 0 1E 11 5 14D 4A 51
Octal 362 251 312 0 36 21 5 515 112 121
Binary 11110010 10101001 11001010 0 11110 10001 101 101001101 1001010 1010001

Color Harmonies of #F2A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A9CA

Black with #F2A9CA

Text Example


Text Example

White with #F2A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A9CA; }

 p { color: rgb(242,169,202); }

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

background-color css

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

 a { background-color: rgb(242,169,202); }

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

border-color css

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

 span { border-color: rgb(242,169,202); }

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