#FCB4F0

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

Shades of Lavender Rose #FCB4F0

Tints of Lavender Rose #FCB4F0

Color information

#FCB4F0 (or 0xFCB4F0) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and F0. RGB value is (252,180,240). Sum of RGB (Red+Green+Blue) = 252+180+240=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4F0 is #034B0F. Grayscale: #D0D0D0. Windows color (decimal): -215824 or 15774972. OLE color: 15774972.

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

Color convert

RGB252180240-
CMYK00.290.050.01
HSL310º92.31%84.71%-
HSV(B)310º28.57%98.82%-
XYZ72.1959.6390.14-
YUV208.37145.85159.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 180 (70.70% from 255) = 26.79%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=37.5%
G=26.79%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218024000.290.050.0131092.3184.71
HexFCB4F001D511365c55
Octal37426436003551466134125
Binary111111001011010011110000011101101110011011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4F0; }

 p { color: rgb(252,180,240); }

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

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

 a { background-color: rgb(252,180,240); }

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

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

 span { border-color: rgb(252,180,240); }

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