Html Css Color HEX #F2A2CB Lavender Pink

📋 copy color: '#F2A2CB'

red 242 ◦ green 162 ◦ blue 203

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

Shades of Lavender Pink #F2A2CB

Tints of Lavender Pink #F2A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.69%

 BLUE value IS 203 (79.69% from 255) = 33.44%

R = 39.87%
G = 26.69%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2A2CB (or 0xF2A2CB) is known color: Lavender Pink. HEX triplet: F2, A2 and CB. RGB value is (242,162,203). Sum of RGB (Red+Green+Blue) = 242+162+203=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2CB is #0D5D34. Grayscale: #BEBEBE. Windows color (decimal): -875829 or 13345522. OLE color: 13345522.

HSL color Cylindrical-coordinate representation of color #F2A2CB: hue angle of 329.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A2CB is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 203 -
CMYK 0 0.33 0.16 0.05
HSL 329.25º 0.75% 0.79% -
HSV(B) 329.25º 0.33% 0.95% -
XYZ 60.32 49.03 62.78 -
YUV 190.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 242 162 203 0 0.33 0.16 0.05 329.25 0.75 0.79
Hex F2 A2 CB 0 21 10 5 149 4B 4F
Octal 362 242 313 0 41 20 5 511 113 117
Binary 11110010 10100010 11001011 0 100001 10000 101 101001001 1001011 1001111

Color Harmonies of #F2A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A2CB

Black with #F2A2CB

Text Example


Text Example

White with #F2A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A2CB; }

 p { color: rgb(242,162,203); }

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

background-color css

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

 a { background-color: rgb(242,162,203); }

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

border-color css

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

 span { border-color: rgb(242,162,203); }

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