#FCAFFD

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

Shades of Lavender Rose #FCAFFD

Tints of Lavender Rose #FCAFFD

Color information

#FCAFFD (or 0xFCAFFD) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and FD. RGB value is (252,175,253). Sum of RGB (Red+Green+Blue) = 252+175+253=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 175 (68.75% from 255 or 25.74% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCAFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFD is #035002. Grayscale: #CECECE. Windows color (decimal): -217091 or 16625660. OLE color: 16625660.

HSL color Cylindrical-coordinate representation of color #FCAFFD: hue angle of 299.23º degrees, saturation: 0.95, 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 #FCAFFD is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252175253-
CMYK0.000.3100.01
HSL299.23º95.12%83.92%-
HSV(B)299.23º30.83%99.22%-
XYZ73.258.45100.35-
YUV206.92154.01160.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 25.74%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=37.06%
G=25.74%
B=37.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521752530.000.3100.01299.2395.1283.92
HexFCAFFD01F0112b5f54
Octal37425737503701453137124
Binary1111110010101111111111010111110110010101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFFD; }

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

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

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

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

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

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

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

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