Html Css Color HEX #FCADCF Lavender Pink

📋 copy color: '#FCADCF'

red 252 ◦ green 173 ◦ blue 207

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

Shades of Lavender Pink #FCADCF

Tints of Lavender Pink #FCADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.75%

R = 39.87%
G = 27.37%
B = 32.75%

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

#FCADCF (or 0xFCADCF) is known color: Lavender Pink. HEX triplet: FC, AD and CF. RGB value is (252,173,207). Sum of RGB (Red+Green+Blue) = 252+173+207=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCF is #035230. Grayscale: #C8C8C8. Windows color (decimal): -217649 or 13610492. OLE color: 13610492.

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

Color convert

RGB 252 173 207 -
CMYK 0 0.31 0.18 0.01
HSL 334.18º 0.93% 0.83% -
HSV(B) 334.18º 0.31% 0.99% -
XYZ 66.35 55.09 66.17 -
YUV 200.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 252 173 207 0 0.31 0.18 0.01 334.18 0.93 0.83
Hex FC AD CF 0 1F 12 1 14E 5D 53
Octal 374 255 317 0 37 22 1 516 135 123
Binary 11111100 10101101 11001111 0 11111 10010 1 101001110 1011101 1010011

Color Harmonies of #FCADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADCF

Black with #FCADCF

Text Example


Text Example

White with #FCADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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