Html Css Color HEX #FCADDC Lavender Pink

📋 copy color: '#FCADDC'

red 252 ◦ green 173 ◦ blue 220

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

Shades of Lavender Pink #FCADDC

Tints of Lavender Pink #FCADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.82%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 39.07%
G = 26.82%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCADDC (or 0xFCADDC) is known color: Lavender Pink. HEX triplet: FC, AD and DC. RGB value is (252,173,220). Sum of RGB (Red+Green+Blue) = 252+173+220=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDC is #035223. Grayscale: #C9C9C9. Windows color (decimal): -217636 or 14462460. OLE color: 14462460.

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

Color convert

RGB 252 173 220 -
CMYK 0 0.31 0.13 0.01
HSL 324.3º 0.93% 0.83% -
HSV(B) 324.3º 0.31% 0.99% -
XYZ 68.01 55.75 74.89 -
YUV 201.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 252 173 220 0 0.31 0.13 0.01 324.3 0.93 0.83
Hex FC AD DC 0 1F D 1 144 5D 53
Octal 374 255 334 0 37 15 1 504 135 123
Binary 11111100 10101101 11011100 0 11111 1101 1 101000100 1011101 1010011

Color Harmonies of #FCADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADDC

Black with #FCADDC

Text Example


Text Example

White with #FCADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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