#FCA1F3

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

Shades of Lavender Rose #FCA1F3

Tints of Lavender Rose #FCA1F3

Color information

#FCA1F3 (or 0xFCA1F3) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and F3. RGB value is (252,161,243). Sum of RGB (Red+Green+Blue) = 252+161+243=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 161 (63.28% from 255 or 24.54% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA1F3 is #035E0C. Grayscale: #C5C5C5. Windows color (decimal): -220685 or 15966716. OLE color: 15966716.

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

Color convert

RGB252161243-
CMYK00.360.040.01
HSL305.93º93.81%80.98%-
HSV(B)305.93º36.11%98.82%-
XYZ69.0752.6691.32-
YUV197.56153.65166.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 161 (63.28% from 255) = 24.54%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=38.41%
G=24.54%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216124300.360.040.01305.9393.8180.98
HexFCA1F3024411325e51
Octal37424136304441462136121
Binary1111110010100001111100110100100100110011001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1F3; }

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

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

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

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

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

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

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

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