Html Css Color HEX #FCADDD Lavender Pink

📋 copy color: '#FCADDD'

red 252 ◦ green 173 ◦ blue 221

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

Shades of Lavender Pink #FCADDD

Tints of Lavender Pink #FCADDD

RGB

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

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

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

R = 39.01%
G = 26.78%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCADDD (or 0xFCADDD) is known color: Lavender Pink. HEX triplet: FC, AD and DD. RGB value is (252,173,221). Sum of RGB (Red+Green+Blue) = 252+173+221=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDD is #035222. Grayscale: #C9C9C9. Windows color (decimal): -217635 or 14527996. OLE color: 14527996.

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

Color convert

RGB 252 173 221 -
CMYK 0 0.31 0.12 0.01
HSL 323.54º 0.93% 0.83% -
HSV(B) 323.54º 0.31% 0.99% -
XYZ 68.14 55.8 75.59 -
YUV 202.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 252 173 221 0 0.31 0.12 0.01 323.54 0.93 0.83
Hex FC AD DD 0 1F C 1 144 5D 53
Octal 374 255 335 0 37 14 1 504 135 123
Binary 11111100 10101101 11011101 0 11111 1100 1 101000100 1011101 1010011

Color Harmonies of #FCADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADDD

Black with #FCADDD

Text Example


Text Example

White with #FCADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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