#FCB4E6

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

Shades of Lavender Rose #FCB4E6

Tints of Lavender Rose #FCB4E6

Color information

#FCB4E6 (or 0xFCB4E6) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and E6. RGB value is (252,180,230). Sum of RGB (Red+Green+Blue) = 252+180+230=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4E6 is #034B19. Grayscale: #CFCFCF. Windows color (decimal): -215834 or 15119612. OLE color: 15119612.

HSL color Cylindrical-coordinate representation of color #FCB4E6: hue angle of 318.33º 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 #FCB4E6 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252180230-
CMYK00.290.090.01
HSL318.33º92.31%84.71%-
HSV(B)318.33º28.57%98.82%-
XYZ70.7559.0582.53-
YUV207.23140.85159.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 180 (70.70% from 255) = 27.19%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=38.07%
G=27.19%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218023000.290.090.01318.3392.3184.71
HexFCB4E601D9113e5c55
Octal374264346035111476134125
Binary1111110010110100111001100111011001110011111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4E6; }

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

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

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

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

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

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

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

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