Html Css Color HEX #F4B0DC Lavender Pink

📋 copy color: '#F4B0DC'

red 244 ◦ green 176 ◦ blue 220

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

Shades of Lavender Pink #F4B0DC

Tints of Lavender Pink #F4B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 38.13%
G = 27.5%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4B0DC (or 0xF4B0DC) is known color: Lavender Pink. HEX triplet: F4, B0 and DC. RGB value is (244,176,220). Sum of RGB (Red+Green+Blue) = 244+176+220=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0DC is #0B4F23. Grayscale: #C9C9C9. Windows color (decimal): -741156 or 14463220. OLE color: 14463220.

HSL color Cylindrical-coordinate representation of color #F4B0DC: hue angle of 321.18º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0DC is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 220 -
CMYK 0 0.28 0.10 0.04
HSL 321.18º 0.76% 0.82% -
HSV(B) 321.18º 0.28% 0.96% -
XYZ 65.75 55.45 74.95 -
YUV 201.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 244 176 220 0 0.28 0.10 0.04 321.18 0.76 0.82
Hex F4 B0 DC 0 1C A 4 141 4C 52
Octal 364 260 334 0 34 12 4 501 114 122
Binary 11110100 10110000 11011100 0 11100 1010 100 101000001 1001100 1010010

Color Harmonies of #F4B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B0DC

Black with #F4B0DC

Text Example


Text Example

White with #F4B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B0DC; }

 p { color: rgb(244,176,220); }

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

background-color css

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

 a { background-color: rgb(244,176,220); }

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

border-color css

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

 span { border-color: rgb(244,176,220); }

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