#FCB7F3

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

Shades of Lavender Rose #FCB7F3

Tints of Lavender Rose #FCB7F3

Color information

#FCB7F3 (or 0xFCB7F3) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and F3. RGB value is (252,183,243). Sum of RGB (Red+Green+Blue) = 252+183+243=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 183 (71.88% from 255 or 26.99% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7F3 is #03480C. Grayscale: #D2D2D2. Windows color (decimal): -215053 or 15972348. OLE color: 15972348.

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

Color convert

RGB252183243-
CMYK00.270.040.01
HSL307.83º92%85.29%-
HSV(B)307.83º27.38%98.82%-
XYZ73.2661.0392.71-
YUV210.47146.36157.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 183 (71.88% from 255) = 26.99%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=37.17%
G=26.99%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218324300.270.040.01307.839285.29
HexFCB7F301B411345c55
Octal37426736303341464134125
Binary111111001011011111110011011011100110011010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7F3; }

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

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

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

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

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

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

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

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