Html Css Color HEX #FCAC9C Rose Bud

📋 copy color: '#FCAC9C'

red 252 ◦ green 172 ◦ blue 156

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

Shades of Rose Bud #FCAC9C

Tints of Rose Bud #FCAC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.9%

R = 43.45%
G = 29.66%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCAC9C (or 0xFCAC9C) is known color: Rose Bud. HEX triplet: FC, AC and 9C. RGB value is (252,172,156). Sum of RGB (Red+Green+Blue) = 252+172+156=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC9C is #035363. Grayscale: #C2C2C2. Windows color (decimal): -217956 or 10267900. OLE color: 10267900.

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

Color convert

RGB 252 172 156 -
CMYK 0 0.32 0.38 0.01
HSL 10º 0.94% 0.8% -
HSV(B) 10º 0.38% 0.99% -
XYZ 60.9 52.6 38.4 -
YUV 194.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 252 172 156 0 0.32 0.38 0.01 10 0.94 0.8
Hex FC AC 9C 0 20 26 1 A 5E 50
Octal 374 254 234 0 40 46 1 12 136 120
Binary 11111100 10101100 10011100 0 100000 100110 1 1010 1011110 1010000

Color Harmonies of #FCAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC9C

Black with #FCAC9C

Text Example


Text Example

White with #FCAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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