Html Css Color HEX #FCAC8B Rose Bud

📋 copy color: '#FCAC8B'

red 252 ◦ green 172 ◦ blue 139

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

Shades of Rose Bud #FCAC8B

Tints of Rose Bud #FCAC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.69%

R = 44.76%
G = 30.55%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCAC8B (or 0xFCAC8B) is known color: Rose Bud. HEX triplet: FC, AC and 8B. RGB value is (252,172,139). Sum of RGB (Red+Green+Blue) = 252+172+139=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8B is #035374. Grayscale: #C0C0C0. Windows color (decimal): -217973 or 9153788. OLE color: 9153788.

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

Color convert

RGB 252 172 139 -
CMYK 0 0.32 0.45 0.01
HSL 17.52º 0.95% 0.77% -
HSV(B) 17.52º 0.45% 0.99% -
XYZ 59.56 52.06 31.34 -
YUV 192.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 252 172 139 0 0.32 0.45 0.01 17.52 0.95 0.77
Hex FC AC 8B 0 20 2D 1 12 5F 4D
Octal 374 254 213 0 40 55 1 22 137 115
Binary 11111100 10101100 10001011 0 100000 101101 1 10010 1011111 1001101

Color Harmonies of #FCAC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC8B

Black with #FCAC8B

Text Example


Text Example

White with #FCAC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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