Html Css Color HEX #F4B4D5 Lavender Pink

📋 copy color: '#F4B4D5'

red 244 ◦ green 180 ◦ blue 213

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

Shades of Lavender Pink #F4B4D5

Tints of Lavender Pink #F4B4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.44%

R = 38.3%
G = 28.26%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4B4D5 (or 0xF4B4D5) is known color: Lavender Pink. HEX triplet: F4, B4 and D5. RGB value is (244,180,213). Sum of RGB (Red+Green+Blue) = 244+180+213=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B4D5 is #0B4B2A. Grayscale: #CACACA. Windows color (decimal): -740139 or 14005492. OLE color: 14005492.

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

Color convert

RGB 244 180 213 -
CMYK 0 0.26 0.13 0.04
HSL 329.06º 0.74% 0.83% -
HSV(B) 329.06º 0.26% 0.96% -
XYZ 65.64 56.68 70.43 -
YUV 202.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 244 180 213 0 0.26 0.13 0.04 329.06 0.74 0.83
Hex F4 B4 D5 0 1A D 4 149 4A 53
Octal 364 264 325 0 32 15 4 511 112 123
Binary 11110100 10110100 11010101 0 11010 1101 100 101001001 1001010 1010011

Color Harmonies of #F4B4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B4D5

Black with #F4B4D5

Text Example


Text Example

White with #F4B4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B4D5; }

 p { color: rgb(244,180,213); }

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

background-color css

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

 a { background-color: rgb(244,180,213); }

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

border-color css

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

 span { border-color: rgb(244,180,213); }

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