Html Css Color HEX #FCA6A0 Rose Bud

📋 copy color: '#FCA6A0'

red 252 ◦ green 166 ◦ blue 160

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

Shades of Rose Bud #FCA6A0

Tints of Rose Bud #FCA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.72%

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

R = 43.6%
G = 28.72%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCA6A0 (or 0xFCA6A0) is known color: Rose Bud. HEX triplet: FC, A6 and A0. RGB value is (252,166,160). Sum of RGB (Red+Green+Blue) = 252+166+160=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA6A0 is #03595F. Grayscale: #BFBFBF. Windows color (decimal): -219488 or 10528508. OLE color: 10528508.

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

Color convert

RGB 252 166 160 -
CMYK 0 0.34 0.37 0.01
HSL 3.91º 0.94% 0.81% -
HSV(B) 3.91º 0.37% 0.99% -
XYZ 60.13 50.51 39.84 -
YUV 191.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 252 166 160 0 0.34 0.37 0.01 3.91 0.94 0.81
Hex FC A6 A0 0 22 25 1 4 5E 51
Octal 374 246 240 0 42 45 1 4 136 121
Binary 11111100 10100110 10100000 0 100010 100101 1 100 1011110 1010001

Color Harmonies of #FCA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6A0

Black with #FCA6A0

Text Example


Text Example

White with #FCA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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