Html Css Color HEX #FCACD6 Lavender Pink

📋 copy color: '#FCACD6'

red 252 ◦ green 172 ◦ blue 214

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

Shades of Lavender Pink #FCACD6

Tints of Lavender Pink #FCACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 39.5%
G = 26.96%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCACD6 (or 0xFCACD6) is known color: Lavender Pink. HEX triplet: FC, AC and D6. RGB value is (252,172,214). Sum of RGB (Red+Green+Blue) = 252+172+214=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD6 is #035329. Grayscale: #C8C8C8. Windows color (decimal): -217898 or 14068988. OLE color: 14068988.

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

Color convert

RGB 252 172 214 -
CMYK 0 0.32 0.15 0.01
HSL 328.5º 0.93% 0.83% -
HSV(B) 328.5º 0.32% 0.99% -
XYZ 67.04 55.06 70.71 -
YUV 200.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 252 172 214 0 0.32 0.15 0.01 328.5 0.93 0.83
Hex FC AC D6 0 20 F 1 148 5D 53
Octal 374 254 326 0 40 17 1 510 135 123
Binary 11111100 10101100 11010110 0 100000 1111 1 101001000 1011101 1010011

Color Harmonies of #FCACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACD6

Black with #FCACD6

Text Example


Text Example

White with #FCACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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