#FCAD9C

Color #FCAD9C Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FCAD9C

Tints of Rose Bud #FCAD9C

Color information

#FCAD9C (or 0xFCAD9C) is unknown color: approx Rose Bud. HEX triplet: FC, AD and 9C. RGB value is (252,173,156). Sum of RGB (Red+Green+Blue) = 252+173+156=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAD9C is #035263. Grayscale: #C2C2C2. Windows color (decimal): -217700 or 10268156. OLE color: 10268156.

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

Color convert

RGB252173156-
CMYK00.310.380.01
HSL10.63º94.12%80%-
HSV(B)10.63º38.1%98.82%-
XYZ61.0952.9838.46-
YUV194.68106.17168.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=43.37%
G=29.78%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217315600.310.380.0110.6394.1280
HexFCAD9C01F261b5e50
Octal37425523403746113136120
Binary1111110010101101100111000111111001101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD9C; }

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

 H1.HeaderClassName
 {
   color: #FCAD9C;
 }
 .AnyTagClassName
 {
   color: #FCAD9C;
 }
</style>
background-color css

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

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

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

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

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

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