Html Css Color HEX #FCAC93 Rose Bud

📋 copy color: '#FCAC93'

red 252 ◦ green 172 ◦ blue 147

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

Shades of Rose Bud #FCAC93

Tints of Rose Bud #FCAC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.74%

R = 44.13%
G = 30.12%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCAC93 (or 0xFCAC93) is known color: Rose Bud. HEX triplet: FC, AC and 93. RGB value is (252,172,147). Sum of RGB (Red+Green+Blue) = 252+172+147=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC93 is #03536C. Grayscale: #C1C1C1. Windows color (decimal): -217965 or 9678076. OLE color: 9678076.

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

Color convert

RGB 252 172 147 -
CMYK 0 0.32 0.42 0.01
HSL 14.29º 0.95% 0.78% -
HSV(B) 14.29º 0.42% 0.99% -
XYZ 60.16 52.31 34.53 -
YUV 193.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 252 172 147 0 0.32 0.42 0.01 14.29 0.95 0.78
Hex FC AC 93 0 20 2A 1 E 5F 4E
Octal 374 254 223 0 40 52 1 16 137 116
Binary 11111100 10101100 10010011 0 100000 101010 1 1110 1011111 1001110

Color Harmonies of #FCAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC93

Black with #FCAC93

Text Example


Text Example

White with #FCAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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