Html Css Color HEX #FCAC96 Rose Bud

📋 copy color: '#FCAC96'

red 252 ◦ green 172 ◦ blue 150

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

Shades of Rose Bud #FCAC96

Tints of Rose Bud #FCAC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.97%

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

R = 43.9%
G = 29.97%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCAC96 (or 0xFCAC96) is known color: Rose Bud. HEX triplet: FC, AC and 96. RGB value is (252,172,150). Sum of RGB (Red+Green+Blue) = 252+172+150=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC96 is #035369. Grayscale: #C1C1C1. Windows color (decimal): -217962 or 9874684. OLE color: 9874684.

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

Color convert

RGB 252 172 150 -
CMYK 0 0.32 0.40 0.01
HSL 12.94º 0.94% 0.79% -
HSV(B) 12.94º 0.4% 0.99% -
XYZ 60.4 52.4 35.79 -
YUV 193.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 252 172 150 0 0.32 0.40 0.01 12.94 0.94 0.79
Hex FC AC 96 0 20 28 1 D 5E 4F
Octal 374 254 226 0 40 50 1 15 136 117
Binary 11111100 10101100 10010110 0 100000 101000 1 1101 1011110 1001111

Color Harmonies of #FCAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC96

Black with #FCAC96

Text Example


Text Example

White with #FCAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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