Html Css Color HEX #FCAA9C Rose Bud

📋 copy color: '#FCAA9C'

red 252 ◦ green 170 ◦ blue 156

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

Shades of Rose Bud #FCAA9C

Tints of Rose Bud #FCAA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.41%

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

R = 43.6%
G = 29.41%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCAA9C (or 0xFCAA9C) is known color: Rose Bud. HEX triplet: FC, AA and 9C. RGB value is (252,170,156). Sum of RGB (Red+Green+Blue) = 252+170+156=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA9C is #035563. Grayscale: #C1C1C1. Windows color (decimal): -218468 or 10267388. OLE color: 10267388.

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

Color convert

RGB 252 170 156 -
CMYK 0 0.33 0.38 0.01
HSL 8.75º 0.94% 0.8% -
HSV(B) 8.75º 0.38% 0.99% -
XYZ 60.52 51.85 38.27 -
YUV 192.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 252 170 156 0 0.33 0.38 0.01 8.75 0.94 0.8
Hex FC AA 9C 0 21 26 1 9 5E 50
Octal 374 252 234 0 41 46 1 11 136 120
Binary 11111100 10101010 10011100 0 100001 100110 1 1001 1011110 1010000

Color Harmonies of #FCAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA9C

Black with #FCAA9C

Text Example


Text Example

White with #FCAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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