#FCB4EB

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

Shades of Lavender Rose #FCB4EB

Tints of Lavender Rose #FCB4EB

Color information

#FCB4EB (or 0xFCB4EB) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and EB. RGB value is (252,180,235). Sum of RGB (Red+Green+Blue) = 252+180+235=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4EB is #034B14. Grayscale: #CFCFCF. Windows color (decimal): -215829 or 15447292. OLE color: 15447292.

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

Color convert

RGB252180235-
CMYK00.290.070.01
HSL314.17º92.31%84.71%-
HSV(B)314.17º28.57%98.82%-
XYZ71.4659.3486.28-
YUV207.8143.35159.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 180 (70.70% from 255) = 26.99%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=37.78%
G=26.99%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218023500.290.070.01314.1792.3184.71
HexFCB4EB01D7113a5c55
Octal37426435303571472134125
Binary111111001011010011101011011101111110011101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4EB; }

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

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

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

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

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

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

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

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