#FACF95

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

Shades of Caramel #FACF95

Tints of Caramel #FACF95

Color information

#FACF95 (or 0xFACF95) is unknown color: approx Caramel. HEX triplet: FA, CF and 95. RGB value is (250,207,149). Sum of RGB (Red+Green+Blue) = 250+207+149=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF95 is #05306A. Grayscale: #D5D5D5. Windows color (decimal): -340075 or 9818106. OLE color: 9818106.

HSL color Cylindrical-coordinate representation of color #FACF95: hue angle of 34.46º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FACF95 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250207149-
CMYK00.170.400.02
HSL34.46º90.99%78.24%-
HSV(B)34.46º40.4%98.04%-
XYZ67.1667.1237.85-
YUV213.2491.75154.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=41.25%
G=34.16%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020714900.170.400.0234.4690.9978.24
HexFACF95011282225b4e
Octal37231722502150242133116
Binary1111101011001111100101010100011010001010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF95; }

 p { color: rgb(250,207,149); }

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

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

 a { background-color: rgb(250,207,149); }

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

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

 span { border-color: rgb(250,207,149); }

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