Html Css Color HEX #FCAC94 Rose Bud

📋 copy color: '#FCAC94'

red 252 ◦ green 172 ◦ blue 148

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

Shades of Rose Bud #FCAC94

Tints of Rose Bud #FCAC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.87%

R = 44.06%
G = 30.07%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCAC94 (or 0xFCAC94) is known color: Rose Bud. HEX triplet: FC, AC and 94. RGB value is (252,172,148). Sum of RGB (Red+Green+Blue) = 252+172+148=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC94 is #03536B. Grayscale: #C1C1C1. Windows color (decimal): -217964 or 9743612. OLE color: 9743612.

HSL color Cylindrical-coordinate representation of color #FCAC94: hue angle of 13.85º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCAC94 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 172 148 -
CMYK 0 0.32 0.41 0.01
HSL 13.85º 0.95% 0.78% -
HSV(B) 13.85º 0.41% 0.99% -
XYZ 60.24 52.34 34.94 -
YUV 193.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 252 172 148 0 0.32 0.41 0.01 13.85 0.95 0.78
Hex FC AC 94 0 20 29 1 E 5F 4E
Octal 374 254 224 0 40 51 1 16 137 116
Binary 11111100 10101100 10010100 0 100000 101001 1 1110 1011111 1001110

Color Harmonies of #FCAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC94

Black with #FCAC94

Text Example


Text Example

White with #FCAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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