#F8B4CF

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

Shades of Lavender Pink #F8B4CF

Tints of Lavender Pink #F8B4CF

Color information

#F8B4CF (or 0xF8B4CF) is unknown color: approx Lavender Pink. HEX triplet: F8, B4 and CF. RGB value is (248,180,207). Sum of RGB (Red+Green+Blue) = 248+180+207=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B4CF is #074B30. Grayscale: #CBCBCB. Windows color (decimal): -478001 or 13612280. OLE color: 13612280.

HSL color Cylindrical-coordinate representation of color #F8B4CF: hue angle of 336.18º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B4CF is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248180207-
CMYK00.270.170.03
HSL336.18º82.93%83.92%-
HSV(B)336.18º27.42%97.25%-
XYZ66.357.166.56-
YUV203.41130.03159.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.06%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=39.06%
G=28.35%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818020700.270.170.03336.1882.9383.92
HexF8B4CF01B1131505354
Octal370264317033213520123124
Binary111110001011010011001111011011100011110101000010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B4CF; }

 p { color: rgb(248,180,207); }

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

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

 a { background-color: rgb(248,180,207); }

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

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

 span { border-color: rgb(248,180,207); }

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