Html Css Color HEX #F2B0CC Lavender Pink

📋 copy color: '#F2B0CC'

red 242 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #F2B0CC

Tints of Lavender Pink #F2B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.3%

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 38.91%
G = 28.3%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2B0CC (or 0xF2B0CC) is known color: Lavender Pink. HEX triplet: F2, B0 and CC. RGB value is (242,176,204). Sum of RGB (Red+Green+Blue) = 242+176+204=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0CC is #0D4F33. Grayscale: #C6C6C6. Windows color (decimal): -872244 or 13414642. OLE color: 13414642.

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

Color convert

RGB 242 176 204 -
CMYK 0 0.27 0.16 0.05
HSL 334.55º 0.72% 0.82% -
HSV(B) 334.55º 0.27% 0.95% -
XYZ 63.04 54.29 64.28 -
YUV 198.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 242 176 204 0 0.27 0.16 0.05 334.55 0.72 0.82
Hex F2 B0 CC 0 1B 10 5 14F 48 52
Octal 362 260 314 0 33 20 5 517 110 122
Binary 11110010 10110000 11001100 0 11011 10000 101 101001111 1001000 1010010

Color Harmonies of #F2B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0CC

Black with #F2B0CC

Text Example


Text Example

White with #F2B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0CC; }

 p { color: rgb(242,176,204); }

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

background-color css

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

 a { background-color: rgb(242,176,204); }

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

border-color css

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

 span { border-color: rgb(242,176,204); }

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