#FCA990

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

Shades of Rose Bud #FCA990

Tints of Rose Bud #FCA990

Color information

#FCA990 (or 0xFCA990) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 90. RGB value is (252,169,144). Sum of RGB (Red+Green+Blue) = 252+169+144=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA990 is #03566F. Grayscale: #BFBFBF. Windows color (decimal): -218736 or 9480700. OLE color: 9480700.

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

Color convert

RGB252169144-
CMYK00.330.430.01
HSL13.89º94.74%77.65%-
HSV(B)13.89º42.86%98.82%-
XYZ59.3751.0833.12-
YUV190.97101.5171.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=44.60%
G=29.91%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216914400.330.430.0113.8994.7477.65
HexFCA9900212B1e5f4e
Octal37425122004153116137116
Binary11111100101010011001000001000011010111111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA990; }

 p { color: rgb(252,169,144); }

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

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

 a { background-color: rgb(252,169,144); }

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

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

 span { border-color: rgb(252,169,144); }

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