Html Css Color HEX #FCA0DD Lavender Rose

📋 copy color: '#FCA0DD'

red 252 ◦ green 160 ◦ blue 221

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

Shades of Lavender Rose #FCA0DD

Tints of Lavender Rose #FCA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.28%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 39.81%
G = 25.28%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCA0DD (or 0xFCA0DD) is known color: Lavender Rose. HEX triplet: FC, A0 and DD. RGB value is (252,160,221). Sum of RGB (Red+Green+Blue) = 252+160+221=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DD is #035F22. Grayscale: #C2C2C2. Windows color (decimal): -220963 or 14524668. OLE color: 14524668.

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

Color convert

RGB 252 160 221 -
CMYK 0 0.37 0.12 0.01
HSL 320.22º 0.94% 0.81% -
HSV(B) 320.22º 0.37% 0.99% -
XYZ 65.77 51.06 74.8 -
YUV 194.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 252 160 221 0 0.37 0.12 0.01 320.22 0.94 0.81
Hex FC A0 DD 0 25 C 1 140 5E 51
Octal 374 240 335 0 45 14 1 500 136 121
Binary 11111100 10100000 11011101 0 100101 1100 1 101000000 1011110 1010001

Color Harmonies of #FCA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0DD

Black with #FCA0DD

Text Example


Text Example

White with #FCA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0DD; }

 p { color: rgb(252,160,221); }

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

background-color css

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

 a { background-color: rgb(252,160,221); }

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

border-color css

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

 span { border-color: rgb(252,160,221); }

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