#FFB4F8

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

Shades of Lavender Rose #FFB4F8

Tints of Lavender Rose #FFB4F8

Color information

#FFB4F8 (or 0xFFB4F8) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and F8. RGB value is (255,180,248). Sum of RGB (Red+Green+Blue) = 255+180+248=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 180 (70.70% from 255 or 26.35% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4F8 is #004B07. Grayscale: #D1D1D1. Windows color (decimal): -19208 or 16299263. OLE color: 16299263.

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

Color convert

RGB255180248-
CMYK00.290.030
HSL305.6º100%85.29%-
HSV(B)305.6º29.41%100%-
XYZ74.560.6896.59-
YUV210.18149.35159.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 180 (70.70% from 255) = 26.35%
BLUE value IS 248 (97.27% from 255) = 36.31%
R=37.34%
G=26.35%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518024800.290.030305.610085.29
HexFFB4F801D301326455
Octal37726437003530462144125
Binary11111111101101001111100001110111010011001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4F8; }

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

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

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

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

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

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

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

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