Html Css Color HEX #FCAAA0 Rose Bud

📋 copy color: '#FCAAA0'

red 252 ◦ green 170 ◦ blue 160

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

Shades of Rose Bud #FCAAA0

Tints of Rose Bud #FCAAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.49%

R = 43.3%
G = 29.21%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCAAA0 (or 0xFCAAA0) is known color: Rose Bud. HEX triplet: FC, AA and A0. RGB value is (252,170,160). Sum of RGB (Red+Green+Blue) = 252+170+160=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAA0 is #03555F. Grayscale: #C1C1C1. Windows color (decimal): -218464 or 10529532. OLE color: 10529532.

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

Color convert

RGB 252 170 160 -
CMYK 0 0.33 0.37 0.01
HSL 6.52º 0.94% 0.81% -
HSV(B) 6.52º 0.37% 0.99% -
XYZ 60.86 51.98 40.08 -
YUV 193.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 252 170 160 0 0.33 0.37 0.01 6.52 0.94 0.81
Hex FC AA A0 0 21 25 1 7 5E 51
Octal 374 252 240 0 41 45 1 7 136 121
Binary 11111100 10101010 10100000 0 100001 100101 1 111 1011110 1010001

Color Harmonies of #FCAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAA0

Black with #FCAAA0

Text Example


Text Example

White with #FCAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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