Html Css Color HEX #FCAC8C Rose Bud

📋 copy color: '#FCAC8C'

red 252 ◦ green 172 ◦ blue 140

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

Shades of Rose Bud #FCAC8C

Tints of Rose Bud #FCAC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.82%

R = 44.68%
G = 30.5%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCAC8C (or 0xFCAC8C) is known color: Rose Bud. HEX triplet: FC, AC and 8C. RGB value is (252,172,140). Sum of RGB (Red+Green+Blue) = 252+172+140=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8C is #035373. Grayscale: #C0C0C0. Windows color (decimal): -217972 or 9219324. OLE color: 9219324.

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

Color convert

RGB 252 172 140 -
CMYK 0 0.32 0.44 0.01
HSL 17.14º 0.95% 0.77% -
HSV(B) 17.14º 0.44% 0.99% -
XYZ 59.63 52.09 31.72 -
YUV 192.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 252 172 140 0 0.32 0.44 0.01 17.14 0.95 0.77
Hex FC AC 8C 0 20 2C 1 11 5F 4D
Octal 374 254 214 0 40 54 1 21 137 115
Binary 11111100 10101100 10001100 0 100000 101100 1 10001 1011111 1001101

Color Harmonies of #FCAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC8C

Black with #FCAC8C

Text Example


Text Example

White with #FCAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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