#FCADD0

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

Shades of Lavender Pink #FCADD0

Tints of Lavender Pink #FCADD0

Color information

#FCADD0 (or 0xFCADD0) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and D0. RGB value is (252,173,208). Sum of RGB (Red+Green+Blue) = 252+173+208=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD0 is #03522F. Grayscale: #C8C8C8. Windows color (decimal): -217648 or 13676028. OLE color: 13676028.

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

Color convert

RGB252173208-
CMYK00.310.170.01
HSL333.42º92.94%83.33%-
HSV(B)333.42º31.35%98.82%-
XYZ66.4755.1466.81-
YUV200.61132.17164.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=39.81%
G=27.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217320800.310.170.01333.4292.9483.33
HexFCADD001F11114d5d53
Octal374255320037211515135123
Binary11111100101011011101000001111110001110100110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADD0; }

 p { color: rgb(252,173,208); }

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

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

 a { background-color: rgb(252,173,208); }

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

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

 span { border-color: rgb(252,173,208); }

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