#FCAB94

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

Shades of Rose Bud #FCAB94

Tints of Rose Bud #FCAB94

Color information

#FCAB94 (or 0xFCAB94) is unknown color: approx Rose Bud. HEX triplet: FC, AB and 94. RGB value is (252,171,148). Sum of RGB (Red+Green+Blue) = 252+171+148=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB94 is #03546B. Grayscale: #C0C0C0. Windows color (decimal): -218220 or 9743356. OLE color: 9743356.

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

Color convert

RGB252171148-
CMYK00.320.410.01
HSL13.27º94.55%78.43%-
HSV(B)13.27º41.27%98.82%-
XYZ60.0551.9634.88-
YUV192.6102.84170.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=44.13%
G=29.95%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217114800.320.410.0113.2794.5578.43
HexFCAB94020291d5f4e
Octal37425322404051115137116
Binary11111100101010111001010001000001010011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAB94; }

 p { color: rgb(252,171,148); }

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

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

 a { background-color: rgb(252,171,148); }

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

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

 span { border-color: rgb(252,171,148); }

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