Html Css Color HEX #FCAC8E Rose Bud

📋 copy color: '#FCAC8E'

red 252 ◦ green 172 ◦ blue 142

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

Shades of Rose Bud #FCAC8E

Tints of Rose Bud #FCAC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.09%

R = 44.52%
G = 30.39%
B = 25.09%

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

#FCAC8E (or 0xFCAC8E) is known color: Rose Bud. HEX triplet: FC, AC and 8E. RGB value is (252,172,142). Sum of RGB (Red+Green+Blue) = 252+172+142=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8E is #035371. Grayscale: #C0C0C0. Windows color (decimal): -217970 or 9350396. OLE color: 9350396.

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

Color convert

RGB 252 172 142 -
CMYK 0 0.32 0.44 0.01
HSL 16.36º 0.95% 0.77% -
HSV(B) 16.36º 0.44% 0.99% -
XYZ 59.78 52.15 32.51 -
YUV 192.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 252 172 142 0 0.32 0.44 0.01 16.36 0.95 0.77
Hex FC AC 8E 0 20 2C 1 10 5F 4D
Octal 374 254 216 0 40 54 1 20 137 115
Binary 11111100 10101100 10001110 0 100000 101100 1 10000 1011111 1001101

Color Harmonies of #FCAC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC8E

Black with #FCAC8E

Text Example


Text Example

White with #FCAC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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