Html Css Color HEX #FCA7DD Lavender Rose

📋 copy color: '#FCA7DD'

red 252 ◦ green 167 ◦ blue 221

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

Shades of Lavender Rose #FCA7DD

Tints of Lavender Rose #FCA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.09%

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

R = 39.38%
G = 26.09%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCA7DD (or 0xFCA7DD) is known color: Lavender Rose. HEX triplet: FC, A7 and DD. RGB value is (252,167,221). Sum of RGB (Red+Green+Blue) = 252+167+221=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7DD is #035822. Grayscale: #C6C6C6. Windows color (decimal): -219171 or 14526460. OLE color: 14526460.

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

Color convert

RGB 252 167 221 -
CMYK 0 0.34 0.12 0.01
HSL 321.88º 0.93% 0.82% -
HSV(B) 321.88º 0.34% 0.99% -
XYZ 67.01 53.55 75.21 -
YUV 198.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 252 167 221 0 0.34 0.12 0.01 321.88 0.93 0.82
Hex FC A7 DD 0 22 C 1 142 5D 52
Octal 374 247 335 0 42 14 1 502 135 122
Binary 11111100 10100111 11011101 0 100010 1100 1 101000010 1011101 1010010

Color Harmonies of #FCA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA7DD

Black with #FCA7DD

Text Example


Text Example

White with #FCA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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