#FCAD9F

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

Shades of Rose Bud #FCAD9F

Tints of Rose Bud #FCAD9F

Color information

#FCAD9F (or 0xFCAD9F) is unknown color: approx Rose Bud. HEX triplet: FC, AD and 9F. RGB value is (252,173,159). Sum of RGB (Red+Green+Blue) = 252+173+159=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAD9F is #035260. Grayscale: #C3C3C3. Windows color (decimal): -217697 or 10464764. OLE color: 10464764.

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

Color convert

RGB252173159-
CMYK00.310.370.01
HSL9.03º93.94%80.59%-
HSV(B)9.03º36.9%98.82%-
XYZ61.3553.0939.81-
YUV195.02107.67168.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=43.15%
G=29.62%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217315900.310.370.019.0393.9480.59
HexFCAD9F01F25195e51
Octal37425523703745111136121
Binary1111110010101101100111110111111001011100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD9F; }

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

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

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

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

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

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

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

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