Html Css Color HEX #F2B4DA Lavender Pink

📋 copy color: '#F2B4DA'

red 242 ◦ green 180 ◦ blue 218

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

Shades of Lavender Pink #F2B4DA

Tints of Lavender Pink #F2B4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.13%

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

R = 37.81%
G = 28.13%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2B4DA (or 0xF2B4DA) is known color: Lavender Pink. HEX triplet: F2, B4 and DA. RGB value is (242,180,218). Sum of RGB (Red+Green+Blue) = 242+180+218=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4DA is #0D4B25. Grayscale: #CACACA. Windows color (decimal): -871206 or 14333170. OLE color: 14333170.

HSL color Cylindrical-coordinate representation of color #F2B4DA: hue angle of 323.23º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B4DA is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 180 218 -
CMYK 0 0.26 0.10 0.05
HSL 323.23º 0.7% 0.83% -
HSV(B) 323.23º 0.26% 0.95% -
XYZ 65.59 56.58 73.79 -
YUV 202.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 242 180 218 0 0.26 0.10 0.05 323.23 0.7 0.83
Hex F2 B4 DA 0 1A A 5 143 46 53
Octal 362 264 332 0 32 12 5 503 106 123
Binary 11110010 10110100 11011010 0 11010 1010 101 101000011 1000110 1010011

Color Harmonies of #F2B4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B4DA

Black with #F2B4DA

Text Example


Text Example

White with #F2B4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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