Html Css Color HEX #FCA2E0 Lavender Rose

📋 copy color: '#FCA2E0'

red 252 ◦ green 162 ◦ blue 224

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

Shades of Lavender Rose #FCA2E0

Tints of Lavender Rose #FCA2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.11%

R = 39.5%
G = 25.39%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCA2E0 (or 0xFCA2E0) is known color: Lavender Rose. HEX triplet: FC, A2 and E0. RGB value is (252,162,224). Sum of RGB (Red+Green+Blue) = 252+162+224=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2E0 is #035D1F. Grayscale: #C3C3C3. Windows color (decimal): -220448 or 14721788. OLE color: 14721788.

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

Color convert

RGB 252 162 224 -
CMYK 0 0.36 0.11 0.01
HSL 318.67º 0.94% 0.81% -
HSV(B) 318.67º 0.36% 0.99% -
XYZ 66.52 51.92 77.04 -
YUV 195.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 252 162 224 0 0.36 0.11 0.01 318.67 0.94 0.81
Hex FC A2 E0 0 24 B 1 13F 5E 51
Octal 374 242 340 0 44 13 1 477 136 121
Binary 11111100 10100010 11100000 0 100100 1011 1 100111111 1011110 1010001

Color Harmonies of #FCA2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2E0

Black with #FCA2E0

Text Example


Text Example

White with #FCA2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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