Html Css Color HEX #FCADCE Lavender Pink

📋 copy color: '#FCADCE'

red 252 ◦ green 173 ◦ blue 206

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

Shades of Lavender Pink #FCADCE

Tints of Lavender Pink #FCADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.65%

R = 39.94%
G = 27.42%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCADCE (or 0xFCADCE) is known color: Lavender Pink. HEX triplet: FC, AD and CE. RGB value is (252,173,206). Sum of RGB (Red+Green+Blue) = 252+173+206=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCE is #035231. Grayscale: #C8C8C8. Windows color (decimal): -217650 or 13544956. OLE color: 13544956.

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

Color convert

RGB 252 173 206 -
CMYK 0 0.31 0.18 0.01
HSL 334.94º 0.93% 0.83% -
HSV(B) 334.94º 0.31% 0.99% -
XYZ 66.23 55.04 65.53 -
YUV 200.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 252 173 206 0 0.31 0.18 0.01 334.94 0.93 0.83
Hex FC AD CE 0 1F 12 1 14F 5D 53
Octal 374 255 316 0 37 22 1 517 135 123
Binary 11111100 10101101 11001110 0 11111 10010 1 101001111 1011101 1010011

Color Harmonies of #FCADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADCE

Black with #FCADCE

Text Example


Text Example

White with #FCADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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