Html Css Color HEX #F2B0DA Lavender Pink

📋 copy color: '#F2B0DA'

red 242 ◦ green 176 ◦ blue 218

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

Shades of Lavender Pink #F2B0DA

Tints of Lavender Pink #F2B0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 38.05%
G = 27.67%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2B0DA (or 0xF2B0DA) is known color: Lavender Pink. HEX triplet: F2, B0 and DA. RGB value is (242,176,218). Sum of RGB (Red+Green+Blue) = 242+176+218=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0DA is #0D4F25. Grayscale: #C8C8C8. Windows color (decimal): -872230 or 14332146. OLE color: 14332146.

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

Color convert

RGB 242 176 218 -
CMYK 0 0.27 0.10 0.05
HSL 321.82º 0.72% 0.82% -
HSV(B) 321.82º 0.27% 0.95% -
XYZ 64.8 54.99 73.53 -
YUV 200.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 242 176 218 0 0.27 0.10 0.05 321.82 0.72 0.82
Hex F2 B0 DA 0 1B A 5 142 48 52
Octal 362 260 332 0 33 12 5 502 110 122
Binary 11110010 10110000 11011010 0 11011 1010 101 101000010 1001000 1010010

Color Harmonies of #F2B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0DA

Black with #F2B0DA

Text Example


Text Example

White with #F2B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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