Html Css Color HEX #FCAC8A Rose Bud

📋 copy color: '#FCAC8A'

red 252 ◦ green 172 ◦ blue 138

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

Shades of Rose Bud #FCAC8A

Tints of Rose Bud #FCAC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.56%

R = 44.84%
G = 30.6%
B = 24.56%

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

#FCAC8A (or 0xFCAC8A) is known color: Rose Bud. HEX triplet: FC, AC and 8A. RGB value is (252,172,138). Sum of RGB (Red+Green+Blue) = 252+172+138=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8A is #035375. Grayscale: #C0C0C0. Windows color (decimal): -217974 or 9088252. OLE color: 9088252.

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

Color convert

RGB 252 172 138 -
CMYK 0 0.32 0.45 0.01
HSL 17.89º 0.95% 0.76% -
HSV(B) 17.89º 0.45% 0.99% -
XYZ 59.48 52.04 30.95 -
YUV 192.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 252 172 138 0 0.32 0.45 0.01 17.89 0.95 0.76
Hex FC AC 8A 0 20 2D 1 12 5F 4C
Octal 374 254 212 0 40 55 1 22 137 114
Binary 11111100 10101100 10001010 0 100000 101101 1 10010 1011111 1001100

Color Harmonies of #FCAC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC8A

Black with #FCAC8A

Text Example


Text Example

White with #FCAC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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