#F4B5CF

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

Shades of Lavender Pink #F4B5CF

Tints of Lavender Pink #F4B5CF

Color information

#F4B5CF (or 0xF4B5CF) is unknown color: approx Lavender Pink. HEX triplet: F4, B5 and CF. RGB value is (244,181,207). Sum of RGB (Red+Green+Blue) = 244+181+207=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5CF is #0B4A30. Grayscale: #CACACA. Windows color (decimal): -739889 or 13612532. OLE color: 13612532.

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

Color convert

RGB244181207-
CMYK00.260.150.04
HSL335.24º74.12%83.33%-
HSV(B)335.24º25.82%95.69%-
XYZ65.0956.7966.56-
YUV202.8130.37157.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.61%
GREEN value IS 181 (71.09% from 255) = 28.64%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=38.61%
G=28.64%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418120700.260.150.04335.2474.1283.33
HexF4B5CF01AF414f4a53
Octal364265317032174517112123
Binary111101001011010111001111011010111110010100111110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B5CF; }

 p { color: rgb(244,181,207); }

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

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

 a { background-color: rgb(244,181,207); }

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

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

 span { border-color: rgb(244,181,207); }

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