#F8B0CF

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

Shades of Lavender Pink #F8B0CF

Tints of Lavender Pink #F8B0CF

Color information

#F8B0CF (or 0xF8B0CF) is unknown color: approx Lavender Pink. HEX triplet: F8, B0 and CF. RGB value is (248,176,207). Sum of RGB (Red+Green+Blue) = 248+176+207=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0CF is #074F30. Grayscale: #C9C9C9. Windows color (decimal): -479025 or 13611256. OLE color: 13611256.

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

Color convert

RGB248176207-
CMYK00.290.170.03
HSL334.17º83.72%83.14%-
HSV(B)334.17º29.03%97.25%-
XYZ65.555.5166.29-
YUV201.06131.35161.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=39.30%
G=27.89%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817620700.290.170.03334.1783.7283.14
HexF8B0CF01D11314e5453
Octal370260317035213516124123
Binary111110001011000011001111011101100011110100111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0CF; }

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

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

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

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

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

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

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

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