#FCB4F3

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

Shades of Lavender Rose #FCB4F3

Tints of Lavender Rose #FCB4F3

Color information

#FCB4F3 (or 0xFCB4F3) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and F3. RGB value is (252,180,243). Sum of RGB (Red+Green+Blue) = 252+180+243=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4F3 is #034B0C. Grayscale: #D0D0D0. Windows color (decimal): -215821 or 15971580. OLE color: 15971580.

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

Color convert

RGB252180243-
CMYK00.290.040.01
HSL307.5º92.31%84.71%-
HSV(B)307.5º28.57%98.82%-
XYZ72.6459.8192.51-
YUV208.71147.35158.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 180 (70.70% from 255) = 26.67%
BLUE value IS 243 (95.31% from 255) = 36%
R=37.33%
G=26.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218024300.290.040.01307.592.3184.71
HexFCB4F301D411345c55
Octal37426436303541464134125
Binary111111001011010011110011011101100110011010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4F3; }

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

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

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

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

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

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

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

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