Html Css Color HEX #FCA2ED Lavender Rose

📋 copy color: '#FCA2ED'

red 252 ◦ green 162 ◦ blue 237

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

Shades of Lavender Rose #FCA2ED

Tints of Lavender Rose #FCA2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.41%

R = 38.71%
G = 24.88%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCA2ED (or 0xFCA2ED) is known color: Lavender Rose. HEX triplet: FC, A2 and ED. RGB value is (252,162,237). Sum of RGB (Red+Green+Blue) = 252+162+237=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2ED is #035D12. Grayscale: #C5C5C5. Windows color (decimal): -220435 or 15573756. OLE color: 15573756.

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

Color convert

RGB 252 162 237 -
CMYK 0 0.36 0.06 0.01
HSL 310º 0.94% 0.81% -
HSV(B) 310º 0.36% 0.99% -
XYZ 68.35 52.65 86.68 -
YUV 197.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 252 162 237 0 0.36 0.06 0.01 310 0.94 0.81
Hex FC A2 ED 0 24 6 1 136 5E 51
Octal 374 242 355 0 44 6 1 466 136 121
Binary 11111100 10100010 11101101 0 100100 110 1 100110110 1011110 1010001

Color Harmonies of #FCA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2ED

Black with #FCA2ED

Text Example


Text Example

White with #FCA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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