Html Css Color HEX #F2B0CD Lavender Pink

📋 copy color: '#F2B0CD'

red 242 ◦ green 176 ◦ blue 205

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

Shades of Lavender Pink #F2B0CD

Tints of Lavender Pink #F2B0CD

RGB

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

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

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

R = 38.84%
G = 28.25%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2B0CD (or 0xF2B0CD) is known color: Lavender Pink. HEX triplet: F2, B0 and CD. RGB value is (242,176,205). Sum of RGB (Red+Green+Blue) = 242+176+205=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0CD is #0D4F32. Grayscale: #C6C6C6. Windows color (decimal): -872243 or 13480178. OLE color: 13480178.

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

Color convert

RGB 242 176 205 -
CMYK 0 0.27 0.15 0.05
HSL 333.64º 0.72% 0.82% -
HSV(B) 333.64º 0.27% 0.95% -
XYZ 63.16 54.34 64.92 -
YUV 199.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 242 176 205 0 0.27 0.15 0.05 333.64 0.72 0.82
Hex F2 B0 CD 0 1B F 5 14E 48 52
Octal 362 260 315 0 33 17 5 516 110 122
Binary 11110010 10110000 11001101 0 11011 1111 101 101001110 1001000 1010010

Color Harmonies of #F2B0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0CD

Black with #F2B0CD

Text Example


Text Example

White with #F2B0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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