#FCACFE

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

Shades of Lavender Rose #FCACFE

Tints of Lavender Rose #FCACFE

Color information

#FCACFE (or 0xFCACFE) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and FE. RGB value is (252,172,254). Sum of RGB (Red+Green+Blue) = 252+172+254=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFE is #035301. Grayscale: #CDCDCD. Windows color (decimal): -217858 or 16690428. OLE color: 16690428.

HSL color Cylindrical-coordinate representation of color #FCACFE: hue angle of 298.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACFE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252172254-
CMYK0.010.3200.00
HSL298.54º97.62%83.53%-
HSV(B)298.54º32.28%99.61%-
XYZ72.7957.36101-
YUV205.27155.5161.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 172 (67.58% from 255) = 25.37%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=37.17%
G=25.37%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521722540.010.3200.00298.5497.6283.53
HexFCACFE1200012b6254
Octal37425437614000453142124
Binary11111100101011001111111011000000010010101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACFE; }

 p { color: rgb(252,172,254); }

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

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

 a { background-color: rgb(252,172,254); }

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

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

 span { border-color: rgb(252,172,254); }

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