Html Css Color HEX #FCA2D2 Lavender Pink

📋 copy color: '#FCA2D2'

red 252 ◦ green 162 ◦ blue 210

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

Shades of Lavender Pink #FCA2D2

Tints of Lavender Pink #FCA2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.65%

R = 40.38%
G = 25.96%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCA2D2 (or 0xFCA2D2) is known color: Lavender Pink. HEX triplet: FC, A2 and D2. RGB value is (252,162,210). Sum of RGB (Red+Green+Blue) = 252+162+210=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2D2 is #035D2D. Grayscale: #C2C2C2. Windows color (decimal): -220462 or 13804284. OLE color: 13804284.

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

Color convert

RGB 252 162 210 -
CMYK 0 0.36 0.17 0.01
HSL 328º 0.94% 0.81% -
HSV(B) 328º 0.36% 0.99% -
XYZ 64.7 51.19 67.44 -
YUV 194.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 252 162 210 0 0.36 0.17 0.01 328 0.94 0.81
Hex FC A2 D2 0 24 11 1 148 5E 51
Octal 374 242 322 0 44 21 1 510 136 121
Binary 11111100 10100010 11010010 0 100100 10001 1 101001000 1011110 1010001

Color Harmonies of #FCA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2D2

Black with #FCA2D2

Text Example


Text Example

White with #FCA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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