Html Css Color HEX #FCACDD Lavender Pink

📋 copy color: '#FCACDD'

red 252 ◦ green 172 ◦ blue 221

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

Shades of Lavender Pink #FCACDD

Tints of Lavender Pink #FCACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.26%

R = 39.07%
G = 26.67%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCACDD (or 0xFCACDD) is known color: Lavender Pink. HEX triplet: FC, AC and DD. RGB value is (252,172,221). Sum of RGB (Red+Green+Blue) = 252+172+221=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACDD is #035322. Grayscale: #C9C9C9. Windows color (decimal): -217891 or 14527740. OLE color: 14527740.

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

Color convert

RGB 252 172 221 -
CMYK 0 0.32 0.12 0.01
HSL 323.25º 0.93% 0.83% -
HSV(B) 323.25º 0.32% 0.99% -
XYZ 67.95 55.42 75.52 -
YUV 201.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 252 172 221 0 0.32 0.12 0.01 323.25 0.93 0.83
Hex FC AC DD 0 20 C 1 143 5D 53
Octal 374 254 335 0 40 14 1 503 135 123
Binary 11111100 10101100 11011101 0 100000 1100 1 101000011 1011101 1010011

Color Harmonies of #FCACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACDD

Black with #FCACDD

Text Example


Text Example

White with #FCACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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