#FEB0CF

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

Shades of Lavender Pink #FEB0CF

Tints of Lavender Pink #FEB0CF

Color information

#FEB0CF (or 0xFEB0CF) is unknown color: approx Lavender Pink. HEX triplet: FE, B0 and CF. RGB value is (254,176,207). Sum of RGB (Red+Green+Blue) = 254+176+207=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0CF is #014F30. Grayscale: #CACACA. Windows color (decimal): -85809 or 13611262. OLE color: 13611262.

HSL color Cylindrical-coordinate representation of color #FEB0CF: hue angle of 336.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0CF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254176207-
CMYK00.310.190.00
HSL336.15º97.5%84.31%-
HSV(B)336.15º30.71%99.61%-
XYZ67.6656.6366.4-
YUV202.86130.34164.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 176 (69.14% from 255) = 27.63%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=39.87%
G=27.63%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417620700.310.190.00336.1597.584.31
HexFEB0CF01F1301506254
Octal376260317037230520142124
Binary11111110101100001100111101111110011010101000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0CF; }

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

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

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

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

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

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

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

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