Html Css Color HEX #FCAADD Lavender Rose

📋 copy color: '#FCAADD'

red 252 ◦ green 170 ◦ blue 221

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

Shades of Lavender Rose #FCAADD

Tints of Lavender Rose #FCAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.44%

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

R = 39.19%
G = 26.44%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCAADD (or 0xFCAADD) is known color: Lavender Rose. HEX triplet: FC, AA and DD. RGB value is (252,170,221). Sum of RGB (Red+Green+Blue) = 252+170+221=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAADD is #035522. Grayscale: #C8C8C8. Windows color (decimal): -218403 or 14527228. OLE color: 14527228.

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

Color convert

RGB 252 170 221 -
CMYK 0 0.33 0.12 0.01
HSL 322.68º 0.93% 0.83% -
HSV(B) 322.68º 0.33% 0.99% -
XYZ 67.57 54.67 75.4 -
YUV 200.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 252 170 221 0 0.33 0.12 0.01 322.68 0.93 0.83
Hex FC AA DD 0 21 C 1 143 5D 53
Octal 374 252 335 0 41 14 1 503 135 123
Binary 11111100 10101010 11011101 0 100001 1100 1 101000011 1011101 1010011

Color Harmonies of #FCAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAADD

Black with #FCAADD

Text Example


Text Example

White with #FCAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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