Html Css Color HEX #FCACD7 Lavender Pink

📋 copy color: '#FCACD7'

red 252 ◦ green 172 ◦ blue 215

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

Shades of Lavender Pink #FCACD7

Tints of Lavender Pink #FCACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.65%

R = 39.44%
G = 26.92%
B = 33.65%

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

#FCACD7 (or 0xFCACD7) is known color: Lavender Pink. HEX triplet: FC, AC and D7. RGB value is (252,172,215). Sum of RGB (Red+Green+Blue) = 252+172+215=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD7 is #035328. Grayscale: #C8C8C8. Windows color (decimal): -217897 or 14134524. OLE color: 14134524.

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

Color convert

RGB 252 172 215 -
CMYK 0 0.32 0.15 0.01
HSL 327.75º 0.93% 0.83% -
HSV(B) 327.75º 0.32% 0.99% -
XYZ 67.16 55.11 71.39 -
YUV 200.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 252 172 215 0 0.32 0.15 0.01 327.75 0.93 0.83
Hex FC AC D7 0 20 F 1 148 5D 53
Octal 374 254 327 0 40 17 1 510 135 123
Binary 11111100 10101100 11010111 0 100000 1111 1 101001000 1011101 1010011

Color Harmonies of #FCACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACD7

Black with #FCACD7

Text Example


Text Example

White with #FCACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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