#F8B4F2

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

Shades of Lavender Rose #F8B4F2

Tints of Lavender Rose #F8B4F2

Color information

#F8B4F2 (or 0xF8B4F2) is unknown color: approx Lavender Rose. HEX triplet: F8, B4 and F2. RGB value is (248,180,242). Sum of RGB (Red+Green+Blue) = 248+180+242=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B4F2 is #074B0D. Grayscale: #CFCFCF. Windows color (decimal): -477966 or 15906040. OLE color: 15906040.

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

Color convert

RGB248180242-
CMYK00.270.020.03
HSL305.29º82.93%83.92%-
HSV(B)305.29º27.42%97.25%-
XYZ71.0659.0191.65-
YUV207.4147.53156.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=37.01%
G=26.87%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818024200.270.020.03305.2982.9383.92
HexF8B4F201B231315354
Octal37026436203323461123124
Binary111110001011010011110010011011101110011000110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B4F2; }

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

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

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

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

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

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

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

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