#FCAFCD

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

Shades of Lavender Pink #FCAFCD

Tints of Lavender Pink #FCAFCD

Color information

#FCAFCD (or 0xFCAFCD) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and CD. RGB value is (252,175,205). Sum of RGB (Red+Green+Blue) = 252+175+205=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFCD is #035032. Grayscale: #C9C9C9. Windows color (decimal): -217139 or 13479932. OLE color: 13479932.

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

Color convert

RGB252175205-
CMYK00.310.190.01
HSL336.62º92.77%83.73%-
HSV(B)336.62º30.56%98.82%-
XYZ66.4955.7665.02-
YUV201.44130.01164.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=39.87%
G=27.69%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217520500.310.190.01336.6292.7783.73
HexFCAFCD01F1311515d54
Octal374257315037231521135124
Binary11111100101011111100110101111110011110101000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFCD; }

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

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

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

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

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

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

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

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