Html Css Color HEX #F4B2DA Lavender Pink

📋 copy color: '#F4B2DA'

red 244 ◦ green 178 ◦ blue 218

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

Shades of Lavender Pink #F4B2DA

Tints of Lavender Pink #F4B2DA

RGB

 RED value IS 244 (95.7% from 255) = 38.13%

 GREEN value IS 178 (69.92% from 255) = 27.81%

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

R = 38.13%
G = 27.81%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4B2DA (or 0xF4B2DA) is known color: Lavender Pink. HEX triplet: F4, B2 and DA. RGB value is (244,178,218). Sum of RGB (Red+Green+Blue) = 244+178+218=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2DA is #0B4D25. Grayscale: #CACACA. Windows color (decimal): -740646 or 14332660. OLE color: 14332660.

HSL color Cylindrical-coordinate representation of color #F4B2DA: hue angle of 323.64º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B2DA is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 178 218 -
CMYK 0 0.27 0.11 0.04
HSL 323.64º 0.75% 0.83% -
HSV(B) 323.64º 0.27% 0.96% -
XYZ 65.88 56.14 73.69 -
YUV 202.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 244 178 218 0 0.27 0.11 0.04 323.64 0.75 0.83
Hex F4 B2 DA 0 1B B 4 144 4B 53
Octal 364 262 332 0 33 13 4 504 113 123
Binary 11110100 10110010 11011010 0 11011 1011 100 101000100 1001011 1010011

Color Harmonies of #F4B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B2DA

Black with #F4B2DA

Text Example


Text Example

White with #F4B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B2DA; }

 p { color: rgb(244,178,218); }

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

background-color css

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

 a { background-color: rgb(244,178,218); }

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

border-color css

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

 span { border-color: rgb(244,178,218); }

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