Html Css Color HEX #FCAC8F Rose Bud

📋 copy color: '#FCAC8F'

red 252 ◦ green 172 ◦ blue 143

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

Shades of Rose Bud #FCAC8F

Tints of Rose Bud #FCAC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.22%

R = 44.44%
G = 30.34%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCAC8F (or 0xFCAC8F) is known color: Rose Bud. HEX triplet: FC, AC and 8F. RGB value is (252,172,143). Sum of RGB (Red+Green+Blue) = 252+172+143=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8F is #035370. Grayscale: #C0C0C0. Windows color (decimal): -217969 or 9415932. OLE color: 9415932.

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

Color convert

RGB 252 172 143 -
CMYK 0 0.32 0.43 0.01
HSL 15.96º 0.95% 0.77% -
HSV(B) 15.96º 0.43% 0.99% -
XYZ 59.86 52.18 32.9 -
YUV 192.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 252 172 143 0 0.32 0.43 0.01 15.96 0.95 0.77
Hex FC AC 8F 0 20 2B 1 10 5F 4D
Octal 374 254 217 0 40 53 1 20 137 115
Binary 11111100 10101100 10001111 0 100000 101011 1 10000 1011111 1001101

Color Harmonies of #FCAC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC8F

Black with #FCAC8F

Text Example


Text Example

White with #FCAC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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