#FCB4FD

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

Shades of Lavender Rose #FCB4FD

Tints of Lavender Rose #FCB4FD

Color information

#FCB4FD (or 0xFCB4FD) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and FD. RGB value is (252,180,253). Sum of RGB (Red+Green+Blue) = 252+180+253=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 180 (70.70% from 255 or 26.28% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4FD is #034B02. Grayscale: #D1D1D1. Windows color (decimal): -215811 or 16626940. OLE color: 16626940.

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

Color convert

RGB252180253-
CMYK0.000.2900.01
HSL299.18º94.81%84.9%-
HSV(B)299.18º28.85%99.22%-
XYZ74.260.43100.68-
YUV209.85152.35158.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 180 (70.70% from 255) = 26.28%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=36.79%
G=26.28%
B=36.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521802530.000.2900.01299.1894.8184.9
HexFCB4FD01D0112b5f55
Octal37426437503501453137125
Binary1111110010110100111111010111010110010101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4FD; }

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

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

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

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

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

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

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

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