Html Css Color HEX #FCAA96 Rose Bud

📋 copy color: '#FCAA96'

red 252 ◦ green 170 ◦ blue 150

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

Shades of Rose Bud #FCAA96

Tints of Rose Bud #FCAA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.22%

R = 44.06%
G = 29.72%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCAA96 (or 0xFCAA96) is known color: Rose Bud. HEX triplet: FC, AA and 96. RGB value is (252,170,150). Sum of RGB (Red+Green+Blue) = 252+170+150=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA96 is #035569. Grayscale: #C0C0C0. Windows color (decimal): -218474 or 9874172. OLE color: 9874172.

HSL color Cylindrical-coordinate representation of color #FCAA96: hue angle of 11.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCAA96 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 150 -
CMYK 0 0.33 0.40 0.01
HSL 11.76º 0.94% 0.79% -
HSV(B) 11.76º 0.4% 0.99% -
XYZ 60.02 51.65 35.66 -
YUV 192.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 252 170 150 0 0.33 0.40 0.01 11.76 0.94 0.79
Hex FC AA 96 0 21 28 1 C 5E 4F
Octal 374 252 226 0 41 50 1 14 136 117
Binary 11111100 10101010 10010110 0 100001 101000 1 1100 1011110 1001111

Color Harmonies of #FCAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA96

Black with #FCAA96

Text Example


Text Example

White with #FCAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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