#FCAFF3

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

Shades of Lavender Rose #FCAFF3

Tints of Lavender Rose #FCAFF3

Color information

#FCAFF3 (or 0xFCAFF3) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and F3. RGB value is (252,175,243). Sum of RGB (Red+Green+Blue) = 252+175+243=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF3 is #03500C. Grayscale: #CDCDCD. Windows color (decimal): -217101 or 15970300. OLE color: 15970300.

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

Color convert

RGB252175243-
CMYK00.310.040.01
HSL307.01º92.77%83.73%-
HSV(B)307.01º30.56%98.82%-
XYZ71.6557.8392.18-
YUV205.77149.01160.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 175 (68.75% from 255) = 26.12%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=37.61%
G=26.12%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217524300.310.040.01307.0192.7783.73
HexFCAFF301F411335d54
Octal37425736303741463135124
Binary111111001010111111110011011111100110011001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFF3; }

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

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

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

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

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

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

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

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