Html Css Color HEX #FCA2D7 Lavender Pink

📋 copy color: '#FCA2D7'

red 252 ◦ green 162 ◦ blue 215

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

Shades of Lavender Pink #FCA2D7

Tints of Lavender Pink #FCA2D7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.76%

 BLUE value IS 215 (84.38% from 255) = 34.18%

R = 40.06%
G = 25.76%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCA2D7 (or 0xFCA2D7) is known color: Lavender Pink. HEX triplet: FC, A2 and D7. RGB value is (252,162,215). Sum of RGB (Red+Green+Blue) = 252+162+215=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2D7 is #035D28. Grayscale: #C2C2C2. Windows color (decimal): -220457 or 14131964. OLE color: 14131964.

HSL color Cylindrical-coordinate representation of color #FCA2D7: hue angle of 324.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA2D7 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 215 -
CMYK 0 0.36 0.15 0.01
HSL 324.67º 0.94% 0.81% -
HSV(B) 324.67º 0.36% 0.99% -
XYZ 65.33 51.44 70.78 -
YUV 194.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 252 162 215 0 0.36 0.15 0.01 324.67 0.94 0.81
Hex FC A2 D7 0 24 F 1 145 5E 51
Octal 374 242 327 0 44 17 1 505 136 121
Binary 11111100 10100010 11010111 0 100100 1111 1 101000101 1011110 1010001

Color Harmonies of #FCA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2D7

Black with #FCA2D7

Text Example


Text Example

White with #FCA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2D7; }

 p { color: rgb(252,162,215); }

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

background-color css

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

 a { background-color: rgb(252,162,215); }

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

border-color css

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

 span { border-color: rgb(252,162,215); }

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