Html Css Color HEX #FCACD8 Lavender Pink

📋 copy color: '#FCACD8'

red 252 ◦ green 172 ◦ blue 216

#FCACD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FCACD8

Tints of Lavender Pink #FCACD8

RGB

 RED value IS 252 (98.83% from 255) = 39.38%

 GREEN value IS 172 (67.58% from 255) = 26.88%

 BLUE value IS 216 (84.77% from 255) = 33.75%

R = 39.38%
G = 26.88%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCACD8 (or 0xFCACD8) is known color: Lavender Pink. HEX triplet: FC, AC and D8. RGB value is (252,172,216). Sum of RGB (Red+Green+Blue) = 252+172+216=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD8 is #035327. Grayscale: #C8C8C8. Windows color (decimal): -217896 or 14200060. OLE color: 14200060.

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

Color convert

RGB 252 172 216 -
CMYK 0 0.32 0.14 0.01
HSL 327º 0.93% 0.83% -
HSV(B) 327º 0.32% 0.99% -
XYZ 67.29 55.16 72.07 -
YUV 200.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 252 172 216 0 0.32 0.14 0.01 327 0.93 0.83
Hex FC AC D8 0 20 E 1 147 5D 53
Octal 374 254 330 0 40 16 1 507 135 123
Binary 11111100 10101100 11011000 0 100000 1110 1 101000111 1011101 1010011

Color Harmonies of #FCACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACD8

Black with #FCACD8

Text Example


Text Example

White with #FCACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACD8; }

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

 H1.HeaderClassName
 {
   color: #FCACD8;
 }
 .AnyTagClassName
 {
   color: #FCACD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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