#F4B2CD

Color #F4B2CD Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F4B2CD

Tints of Lavender Pink #F4B2CD

Color information

#F4B2CD (or 0xF4B2CD) is unknown color: approx Lavender Pink. HEX triplet: F4, B2 and CD. RGB value is (244,178,205). Sum of RGB (Red+Green+Blue) = 244+178+205=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2CD is #0B4D32. Grayscale: #C8C8C8. Windows color (decimal): -740659 or 13480692. OLE color: 13480692.

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

Color convert

RGB244178205-
CMYK00.270.160.04
HSL335.45º75%82.75%-
HSV(B)335.45º27.05%95.69%-
XYZ64.2555.4865.08-
YUV200.81130.37158.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.92%
GREEN value IS 178 (69.92% from 255) = 28.39%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=38.92%
G=28.39%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417820500.270.160.04335.457582.75
HexF4B2CD01B10414f4b53
Octal364262315033204517113123
Binary1111010010110010110011010110111000010010100111110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B2CD; }

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

 H1.HeaderClassName
 {
   color: #F4B2CD;
 }
 .AnyTagClassName
 {
   color: #F4B2CD;
 }
</style>
background-color css

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

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

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

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

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

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