Html Css Color HEX #FCAC92 Rose Bud

📋 copy color: '#FCAC92'

red 252 ◦ green 172 ◦ blue 146

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

Shades of Rose Bud #FCAC92

Tints of Rose Bud #FCAC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.61%

R = 44.21%
G = 30.18%
B = 25.61%

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

#FCAC92 (or 0xFCAC92) is known color: Rose Bud. HEX triplet: FC, AC and 92. RGB value is (252,172,146). Sum of RGB (Red+Green+Blue) = 252+172+146=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC92 is #03536D. Grayscale: #C1C1C1. Windows color (decimal): -217966 or 9612540. OLE color: 9612540.

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

Color convert

RGB 252 172 146 -
CMYK 0 0.32 0.42 0.01
HSL 14.72º 0.95% 0.78% -
HSV(B) 14.72º 0.42% 0.99% -
XYZ 60.09 52.28 34.12 -
YUV 192.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 252 172 146 0 0.32 0.42 0.01 14.72 0.95 0.78
Hex FC AC 92 0 20 2A 1 F 5F 4E
Octal 374 254 222 0 40 52 1 17 137 116
Binary 11111100 10101100 10010010 0 100000 101010 1 1111 1011111 1001110

Color Harmonies of #FCAC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC92

Black with #FCAC92

Text Example


Text Example

White with #FCAC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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