Html Css Color HEX #FCA9E0 Lavender Rose

📋 copy color: '#FCA9E0'

red 252 ◦ green 169 ◦ blue 224

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

Shades of Lavender Rose #FCA9E0

Tints of Lavender Rose #FCA9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.2%

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

R = 39.07%
G = 26.2%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCA9E0 (or 0xFCA9E0) is known color: Lavender Rose. HEX triplet: FC, A9 and E0. RGB value is (252,169,224). Sum of RGB (Red+Green+Blue) = 252+169+224=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9E0 is #03561F. Grayscale: #C7C7C7. Windows color (decimal): -218656 or 14723580. OLE color: 14723580.

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

Color convert

RGB 252 169 224 -
CMYK 0 0.33 0.11 0.01
HSL 320.24º 0.93% 0.83% -
HSV(B) 320.24º 0.33% 0.99% -
XYZ 67.79 54.45 77.46 -
YUV 200.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 252 169 224 0 0.33 0.11 0.01 320.24 0.93 0.83
Hex FC A9 E0 0 21 B 1 140 5D 53
Octal 374 251 340 0 41 13 1 500 135 123
Binary 11111100 10101001 11100000 0 100001 1011 1 101000000 1011101 1010011

Color Harmonies of #FCA9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA9E0

Black with #FCA9E0

Text Example


Text Example

White with #FCA9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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